4 lines
80 B
Fennel
4 lines
80 B
Fennel
(let [notify (require :notify)]
|
|
(notify.setup {})
|
|
(set vim.notify notify))
|
|
|