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

4 lines
92 B
Plaintext
Raw Normal View History

(let [notify (require :notify)]
(notify.setup {:stages :fade})
2023-10-05 11:14:18 +00:00
(set vim.notify notify))