diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-01 17:10:53 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-01 17:10:53 +0200 |
commit | 8cead121ce2d2e9ce252c5c9acb9974ddd95099f (patch) | |
tree | 4b7a52deaa7c6a6ce7270a143c8d60244921fd5a /.gitmodules | |
parent | e5e9f552d6d6457b9395de1cd85f7bbbca57d4bb (diff) | |
download | dotfiles-8cead121ce2d2e9ce252c5c9acb9974ddd95099f.tar.gz dotfiles-8cead121ce2d2e9ce252c5c9acb9974ddd95099f.tar.xz |
vim: Add phpqa, adapt unite ,q mapping
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |