From cfd5e7b19acb04db470dfc842f89ba284a55b6fd Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 25 Mar 2017 13:27:44 -0600 Subject: Change directory for plugins, bring back nerdtree --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1aee04d..f67bf0e 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ "----------------------------------------------------------------------------------------------------------------------- " Plugins "---------------------------------------------------------------------------------------------------------------------- -call plug#begin('~/.config/nvim/plugged') +call plug#begin('~/.vim/plugged') " Extending vim functionality Plug 'mileszs/ack.vim' " Use ack to grep project directory @@ -18,6 +18,7 @@ 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 " Syntax highlighting / Themes Plug 'morhetz/gruvbox' " Pretty colorscheme -- cgit v1.2.3