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

5 lines
80 B
Fennel

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