Try zoxide plugin
This commit is contained in:
parent
48c76e67a5
commit
2f9df47bce
1 changed files with 3 additions and 1 deletions
4
plug.vim
4
plug.vim
|
@ -46,7 +46,7 @@ Plug 'hrsh7th/cmp-nvim-lsp'
|
|||
" Snippet completion source for nvim-cmp
|
||||
Plug 'hrsh7th/cmp-vsnip'
|
||||
|
||||
" Other usefull completion sources
|
||||
" Other useful completion sources
|
||||
Plug 'hrsh7th/cmp-path'
|
||||
Plug 'hrsh7th/cmp-buffer'
|
||||
|
||||
|
@ -75,6 +75,8 @@ Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
|
|||
Plug 'tools-life/taskwiki'
|
||||
" Preferred color scheme
|
||||
Plug 'fneu/breezy'
|
||||
" Support for the cd replacement, zoxide
|
||||
Plug 'nanotee/zoxide.vim'
|
||||
|
||||
" All of your Plugins must be added before the following line
|
||||
call plug#end() " required
|
||||
|
|
Loading…
Reference in a new issue