diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-02-20 18:14:12 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-02-20 18:14:12 +0100 |
| commit | 17f8af068032955d79eb44e5ae51b0c914393594 (patch) | |
| tree | 46623a112d11b6a4657becf70a2b58b97c43e38e /.gitmodules | |
| parent | 174955d60585f22d33267ab51c4481122cb4003d (diff) | |
| download | dotfiles-17f8af068032955d79eb44e5ae51b0c914393594.tar.gz | |
Make both previously added plugins submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d40a212..d09b834 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule ".vim/bundle/python-mode"] path = .vim/bundle/python-mode url = git://github.com/klen/python-mode.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/ctrlp.vim"] + path = .vim/bundle/ctrlp.vim + url = https://github.com/kien/ctrlp.vim.git |
