added zoxide into telescope <leader>sD

This commit is contained in:
Wellinton Aracena 2024-03-05 21:14:50 -05:00
parent d5c8002ff8
commit 0eb0359cee
4 changed files with 165 additions and 4 deletions

View file

@ -848,6 +848,7 @@ require('lazy').setup {
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
{ import = 'custom.plugins' },
vim.cmd 'set conceallevel=1',
}
-- The line beneath this is called `modeline`. See `:help modeline`