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

@ -11,10 +11,6 @@ return {
return vim.g.markdown_fenced_languages == { 'python', 'cpp' }
end,
},
{
'ixru/nvim-markdown',
event = 'VeryLazy',
},
{
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
@ -23,4 +19,7 @@ return {
vim.fn['mkdp#util#install']()
end,
},
{
'nanotee/zoxide.vim',
},
}