From 3095344cac61b5e3520c9c7f3e31a857d80f28fd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 8 Feb 2015 11:27:03 +0100 Subject: add nerdtree Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 132ec75..60ef806 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule ".vim/bundle/ag.vim"] path = .vim/bundle/ag.vim url = https://github.com/rking/ag.vim +[submodule ".vim/bundle/nerdtree"] + path = .vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git -- cgit v1.2.3-24-g4f1b