diff options
| author | 2015-02-24 10:36:26 +0100 | |
|---|---|---|
| committer | 2015-02-24 10:36:26 +0100 | |
| commit | 231c602ea2e0633465782a66e789e6abab967522 (patch) | |
| tree | 91d971351e8561fb0141cf282d2cb0688bdd4ccb /.gitmodules | |
| parent | 44df3592d15d4073dece34cd2a00c3b43aba0ce3 (diff) | |
| download | dotfiles-231c602ea2e0633465782a66e789e6abab967522.tar.gz dotfiles-231c602ea2e0633465782a66e789e6abab967522.tar.bz2 dotfiles-231c602ea2e0633465782a66e789e6abab967522.zip | |
Added vim-fugitive plugin
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1075e84..60a1468 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -13,3 +13,6 @@ | |||
| 13 | [submodule "vim/bundle/syntastic"] | 13 | [submodule "vim/bundle/syntastic"] |
| 14 | path = vim/bundle/syntastic | 14 | path = vim/bundle/syntastic |
| 15 | url = https://github.com/scrooloose/syntastic.git | 15 | url = https://github.com/scrooloose/syntastic.git |
| 16 | [submodule "vim/bundle/vim-fugitive"] | ||
| 17 | path = vim/bundle/vim-fugitive | ||
| 18 | url = https://github.com/tpope/vim-fugitive.git | ||
