Bruno BELANYI
8e56077d94
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
110 B
VimL
10 lines
110 B
VimL
lua << EOF
|
|
local notify = require("notify")
|
|
|
|
notify.setup({
|
|
stages = "slide",
|
|
})
|
|
|
|
vim.notify = notify
|
|
EOF
|