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