diff options
-rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ Plug 'tpope/vim-fugitive' " Git integration with vim Plug 'tpope/vim-surround' " Helps with surrounding text Plug 'vimwiki/vimwiki' " A cool program for wiki notes Plug 'tmhedberg/matchit' " Match tags in html -Plug 'scrooloose/nerdtree' " I hate nerdtree but I have netrw even more +Plug 'rbgrouleff/bclose.vim' " ranger.vim dep +Plug 'francoiscabrol/ranger.vim' " ranger intergration " Syntax highlighting / Themes Plug 'morhetz/gruvbox' " Pretty colorscheme |