diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-07 11:02:28 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-07 11:02:28 +0200 |
commit | fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1 (patch) | |
tree | ac4d6671ef5c9258f8c8c7cd63e1ddb3e3fdf8d0 /.gitmodules | |
parent | 9612b1115ce9be268eb643f5675b8a13feec82c6 (diff) | |
download | dotfiles-fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1.tar.gz dotfiles-fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1.tar.xz |
vim: Add tagbar-phpctags
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 bd780f1..73bed82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,3 +85,6 @@ [submodule ".vim/bundle/vim-ansible-yaml"] path = .vim/bundle/vim-ansible-yaml url = https://github.com/chase/vim-ansible-yaml.git +[submodule ".vim/bundle/tagbar-phpctags.vim"] + path = .vim/bundle/tagbar-phpctags.vim + url = https://github.com/vim-php/tagbar-phpctags.vim.git |