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 5601da1..0545bee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/bundle/solarized"] path = vim/bundle/solarized url = https://github.com/altercation/vim-colors-solarized.git +[submodule "vim/bundle/bufexplorer"] + path = vim/bundle/bufexplorer + url = https://github.com/vim-scripts/bufexplorer.zip.git |