diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-31 14:58:18 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-31 14:58:18 -0600 |
commit | 1aceb719cc95aa4dd355457540f41e149fd3e64f (patch) | |
tree | 1441695f533c49a959a7d332cce456f870cd7feb /.gitmodules | |
parent | f6482893ddc6ec7ea0b4c1160012f84ef9f7acdf (diff) |
vim: add nerdtree
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 |