1
0
Fork 0
dotfiles/home/config/nvim/plugins/notify.fnl
Daniel Kempkens 5a8ecb7ce0
All checks were successful
Build / build-arm64-linux (push) Successful in 8m5s
Build / build-amd64-linux (push) Successful in 10m39s
nvim: lsp progress via notify
2023-10-03 23:10:36 +02:00

5 lines
132 B
Fennel

(let [notify (require :notify)]
(notify.setup {:stages :fade})
(set vim.notify notify)
((. (require :lsp-notify) :setup) {}))