diff --git a/plug.vim b/plug.vim index 5e505fb..f81f7f8 100644 --- a/plug.vim +++ b/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