summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-08 11:27:03 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-08 11:27:03 +0100
commit3095344cac61b5e3520c9c7f3e31a857d80f28fd (patch)
treed682603c180369e21ef6bd76fc1ca948e7ce58d0 /.vimrc
parent8a76ed7ff638d71c6be600272bff562b08927d1c (diff)
downloaddotfiles-3095344cac61b5e3520c9c7f3e31a857d80f28fd.tar.gz
dotfiles-3095344cac61b5e3520c9c7f3e31a857d80f28fd.tar.xz
add nerdtree
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index bd2318b..448269f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -91,6 +91,7 @@ NeoBundle 'tpope/vim-fugitive'
NeoBundle 'tpope/vim-repeat'
NeoBundle 'SudoEdit'
NeoBundle 'rking/ag.vim'
+NeoBundle 'scrooloose/nerdtree'
NeoBundleCheck