From 1aceb719cc95aa4dd355457540f41e149fd3e64f Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 31 Dec 2016 14:58:18 -0600 Subject: vim: add nerdtree --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 11fd91c..ac21372 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim/.vim/bundle/vim-fugitive"] path = vim/.vim/bundle/vim-fugitive url = git://github.com/tpope/vim-fugitive.git +[submodule "vim/.vim/bundle/nerdtree"] + path = vim/.vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git -- cgit v1.2.3