1
0
Fork 0
dotfiles/home/config/nvim/plugins/notify.fnl

5 lines
132 B
Plaintext
Raw Normal View History

(let [notify (require :notify)]
(notify.setup {:stages :fade})
2023-10-03 21:10:36 +00:00
(set vim.notify notify)
((. (require :lsp-notify) :setup) {}))