From 8cead121ce2d2e9ce252c5c9acb9974ddd95099f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 1 Aug 2016 17:10:53 +0200 Subject: vim: Add phpqa, adapt unite ,q mapping Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-24-g4f1b