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 11bf528..f35357d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -91,3 +91,6 @@ [submodule ".vim/bundle/vimshell.vim"] path = .vim/bundle/vimshell.vim url = https://github.com/Shougo/vimshell.vim.git +[submodule ".vim/bundle/vim-phpqa"] + path = .vim/bundle/vim-phpqa + url = https://github.com/joonty/vim-phpqa.git |