added notifications

pull/753/head
Wellinton Aracena 1 year ago
parent 0eb0359cee
commit fede08e7f7

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

@ -42,7 +42,7 @@ return {
t.load_extension 'zoxide'
-- Add a mapping
vim.keymap.set('n', '<leader>sD', t.extensions.zoxide.list, { desc = 'zoxide search' })
vim.keymap.set('n', '<leader>sz', t.extensions.zoxide.list, { desc = 'zoxide search' })
end,
},
}

Loading…
Cancel
Save