diff options
author | Cody Hiar <thornycrackers@users.noreply.github.com> | 2017-10-20 15:49:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 15:49:30 -0600 |
commit | 3b9c30b3614399cf9b31f1b1954bafdacad295f1 (patch) | |
tree | 54fcf16fd6486bcb65509f8a2139c6021d02ef1b | |
parent | 95cdfaeee85d9cff442861eb79f305a1b4a788d1 (diff) |
Update vimrc
Use ranger instead of nerdtree
-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 |