diff options
Diffstat (limited to '.config/nvim')
| -rwxr-xr-x | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index ab0b8a2..caa2628 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
| @@ -20,6 +20,7 @@ Plug 'luochen1990/rainbow' | |||
| 20 | 20 | ||
| 21 | " Plugin outside ~/.vim/plugged with post-update hook | 21 | " Plugin outside ~/.vim/plugged with post-update hook |
| 22 | Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } | 22 | Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } |
| 23 | Plug 'junegunn/fzf.vim' | ||
| 23 | 24 | ||
| 24 | "tree explorer | 25 | "tree explorer |
| 25 | Plug 'scrooloose/nerdtree' | 26 | Plug 'scrooloose/nerdtree' |
