diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 870686c..68439e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,9 @@ [submodule ".vim/bundle/tagbar"] path = .vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git +[submodule ".vim/bundle/vim-php-refactoring-toolbox"] + path = .vim/bundle/vim-php-refactoring-toolbox + url = https://github.com/adoy/vim-php-refactoring-toolbox.git +[submodule ".vim/bundle/phpcomplete.vim"] + path = .vim/bundle/phpcomplete.vim + url = https://github.com/shawncplus/phpcomplete.vim.git |