Try zoxide plugin

This commit is contained in:
Thomas Gideon 2021-12-10 09:36:23 -05:00
parent 48c76e67a5
commit 2f9df47bce

View file

@ -46,7 +46,7 @@ Plug 'hrsh7th/cmp-nvim-lsp'
" Snippet completion source for nvim-cmp " Snippet completion source for nvim-cmp
Plug 'hrsh7th/cmp-vsnip' Plug 'hrsh7th/cmp-vsnip'
" Other usefull completion sources " Other useful completion sources
Plug 'hrsh7th/cmp-path' Plug 'hrsh7th/cmp-path'
Plug 'hrsh7th/cmp-buffer' Plug 'hrsh7th/cmp-buffer'
@ -75,6 +75,8 @@ Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
Plug 'tools-life/taskwiki' Plug 'tools-life/taskwiki'
" Preferred color scheme " Preferred color scheme
Plug 'fneu/breezy' Plug 'fneu/breezy'
" Support for the cd replacement, zoxide
Plug 'nanotee/zoxide.vim'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call plug#end() " required call plug#end() " required