added notifications
This commit is contained in:
parent
0eb0359cee
commit
fede08e7f7
|
@ -22,4 +22,10 @@ return {
|
||||||
{
|
{
|
||||||
'nanotee/zoxide.vim',
|
'nanotee/zoxide.vim',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'rcarriga/nvim-notify',
|
||||||
|
config = function()
|
||||||
|
vim.notify = require 'notify'
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ return {
|
||||||
t.load_extension 'zoxide'
|
t.load_extension 'zoxide'
|
||||||
|
|
||||||
-- Add a mapping
|
-- 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,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue