Nvim: fully replace nerdtree by defx

This commit is contained in:
Robert Kmieć
2021-12-12 21:24:27 +01:00
parent 4ddbc5a1ee
commit 546707f8ba
2 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ Plug 'quangnguyen30192/cmp-nvim-ultisnips'
" }}}
" Files switch, jump and grep-like tools {{{
"Plug 'preservim/nerdtree' | Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'Shougo/defx.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'junegunn/fzf' | Plug 'junegunn/fzf.vim'
Plug 'nvim-lua/popup.nvim'