diff options
author | Hugues Hiegel <hugues.hiegel@advisorsla.com> | 2017-08-23 12:39:27 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@advisorsla.com> | 2017-08-23 12:39:27 +0200 |
commit | f5c5fed777083eecd554ce7f29322af471c2d593 (patch) | |
tree | 2828a58b627ab9468aedfdf63ef62268d3acef97 /.gitmodules | |
parent | 0bab8a05c70d97d555a337ff5fa4073199f0a629 (diff) |
NERD tree + git plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8ace189..76d35fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,12 @@ [submodule "bundle/linediff"] path = bundle/linediff url = git://github.com/AndrewRadev/linediff.vim.git +[submodule "bundle/nerdtree"] + path = bundle/nerdtree + url = https://github.com/scrooloose/nerdtree +[submodule "bundle/nerdtree-git-plugin"] + path = bundle/nerdtree-git-plugin + url = https://github.com/Xuyuanp/nerdtree-git-plugin +[submodule "bundle/vim-obsession"] + path = bundle/vim-obsession + url = git://github.com/tpope/vim-obsession |