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

5 lines
80 B
Plaintext
Raw Normal View History

2022-05-04 13:02:31 +00:00
(let [notify (require :notify)]
(notify.setup {})
(set vim.notify notify))