WIP: home: vim: notify
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
30c676e20b
commit
8e56077d94
4 changed files with 13 additions and 0 deletions
9
home/vim/plugin/settings/notify.vim
Normal file
9
home/vim/plugin/settings/notify.vim
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
lua << EOF
|
||||
local notify = require("notify")
|
||||
|
||||
notify.setup({
|
||||
stages = "slide",
|
||||
})
|
||||
|
||||
vim.notify = notify
|
||||
EOF
|
||||
|
|
@ -14,4 +14,5 @@ telescope.setup({
|
|||
|
||||
telescope.load_extension("fzf")
|
||||
telescope.load_extension("lsp_handlers")
|
||||
telescope.load_extension("notify")
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue