added zoxide into telescope <leader>sD
This commit is contained in:
parent
d5c8002ff8
commit
0eb0359cee
4 changed files with 165 additions and 4 deletions
|
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue