1
0
Fork 0

Add notify shortcut

This commit is contained in:
Florian RICHER 2021-08-05 20:50:30 +02:00
parent 1d85841c65
commit efffc9da29
4 changed files with 11 additions and 150 deletions

View file

@ -0,0 +1,7 @@
local function init()
vim.notify = require("notify")
end
return {
init = init
}