aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2018-01-31 21:40:36 -0500
committertdro <tdro@users.noreply.github.com>2018-01-31 21:40:36 -0500
commitd7519967831eca7026aa9a420ef538ce70e6918b (patch)
treef57d647f954d3dd1e9bea058ad177d94fecd8a91 /.vim
parent119b05cd9412632981c2e5c9fd19435a5fca9931 (diff)
downloaddotfiles-d7519967831eca7026aa9a420ef538ce70e6918b.tar.gz
dotfiles-d7519967831eca7026aa9a420ef538ce70e6918b.tar.bz2
dotfiles-d7519967831eca7026aa9a420ef538ce70e6918b.zip
dotfiles: update
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index d197731..b553e1e 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -6,8 +6,8 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-vinegar'
+Plugin 'scrooloose/nerdtree'
Plugin 'ctrlpvim/ctrlp.vim'
-"Plugin 'scrooloose/nerdtree'
" All of your Plugins must be added before the following line
call vundle#end() " required