This website requires JavaScript.
Explore
Help
Sign in
daniel
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Activity
Actions
3a430aaf62
dotfiles
/
home
/
config
/
nvim
/
plugins
/
notify.fnl
4 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
nvim: Switch from cmp to coq, dropping many other plugins
2023-10-03 20:31:16 +00:00
(let [notify (require :notify)]
(notify.setup {:stages :fade})
nvim: fix lsp notify integration
2023-10-05 11:14:18 +00:00
(set vim.notify notify))
Copy permalink