1
0
Fork 0
dotfiles/config/nvim/plugins/notify.fnl
2022-05-04 15:02:31 +02:00

5 lines
80 B
Fennel

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