aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2017-10-20 15:49:30 -0600
committerGitHub <noreply@github.com>2017-10-20 15:49:30 -0600
commit3b9c30b3614399cf9b31f1b1954bafdacad295f1 (patch)
tree54fcf16fd6486bcb65509f8a2139c6021d02ef1b
parent95cdfaeee85d9cff442861eb79f305a1b4a788d1 (diff)
Update vimrc
Use ranger instead of nerdtree
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 9819874..2005ccc 100644
--- a/vimrc
+++ b/vimrc
@@ -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