4 lines
92 B
Text
4 lines
92 B
Text
|
(let [notify (require :notify)]
|
||
|
(notify.setup {:stages :fade})
|
||
|
(set vim.notify notify))
|