diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-04-12 13:52:55 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-04-12 13:52:55 +0200 |
commit | f3d2a3161b93d28cb5ea09224ef6c5c525ba2c2c (patch) | |
tree | 125c2e4d985b52084102760525bba901b2e79023 /.gitmodules | |
parent | cab69e1a3516293a01cd08bedaa3fbdf7441beb6 (diff) | |
download | dotfiles-f3d2a3161b93d28cb5ea09224ef6c5c525ba2c2c.tar.gz dotfiles-f3d2a3161b93d28cb5ea09224ef6c5c525ba2c2c.tar.xz |
new vim plugins
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |