diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-10 22:37:31 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-10 22:37:31 +0200 |
commit | 1748e0ba6b5b128730f6792a7444235df0732679 (patch) | |
tree | 9fa00c39257a5122c76ebdf43943d63016cce2eb /.gitmodules | |
parent | c54cbff69091a3dfc030c44166dbefb0bace585f (diff) | |
download | dotfiles-1748e0ba6b5b128730f6792a7444235df0732679.tar.gz dotfiles-1748e0ba6b5b128730f6792a7444235df0732679.tar.bz2 dotfiles-1748e0ba6b5b128730f6792a7444235df0732679.zip |
Import nerdtree plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7ebb7a7..142d833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vim/.vim/bundle/fugitive"] path = vim/.vim/bundle/fugitive url = https://github.com/tpope/vim-fugitive.git +[submodule "vim/.vim/bundle/nerdtree"] + path = vim/.vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git |