added notifications

This commit is contained in:
Wellinton Aracena 2024-03-10 18:12:20 -04:00
parent 0eb0359cee
commit fede08e7f7
2 changed files with 7 additions and 1 deletions

View file

@ -22,4 +22,10 @@ return {
{
'nanotee/zoxide.vim',
},
{
'rcarriga/nvim-notify',
config = function()
vim.notify = require 'notify'
end,
},
}