WIP: home: vim: notify
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2022-03-11 10:38:42 +01:00
parent 3ef71cc165
commit ab54d7b6ef
4 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,14 @@
local notify = require("notify")
notify.setup({
icons = {
DEBUG = "D",
ERROR = "E",
INFO = "I",
TRACE = "T",
WARN = "W",
},
stages = "slide",
})
vim.notify = notify