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

4 lines
92 B
Fennel

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