1
0
Fork 0
dotfiles/home/config/nvim/plugins/notify.fnl
Daniel Kempkens 803c5da18d
All checks were successful
Build / build-arm64-linux (push) Successful in 9m31s
Build / build-amd64-linux (push) Successful in 12m12s
nvim: Switch from cmp to coq, dropping many other plugins
2023-10-03 22:31:16 +02:00

3 lines
92 B
Fennel

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