diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |