From be9846aec2e379bba5276f19f106c1089fa468a3 Mon Sep 17 00:00:00 2001 From: Matthew Daly Date: Fri, 12 Apr 2013 10:43:23 +0100 Subject: [PATCH] Added PHPdoc plugin --- .gitmodules | 3 +++ .vim/bundle/phpdoc | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/phpdoc diff --git a/.gitmodules b/.gitmodules index 0cc69de..410d2ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule ".vim/bundle/tabular"] path = .vim/bundle/tabular url = git://github.com/godlygeek/tabular.git +[submodule ".vim/bundle/phpdoc"] + path = .vim/bundle/phpdoc + url = https://github.com/vexxor/phpdoc.vim.git diff --git a/.vim/bundle/phpdoc b/.vim/bundle/phpdoc new file mode 160000 index 0000000..6c10d9e --- /dev/null +++ b/.vim/bundle/phpdoc @@ -0,0 +1 @@ +Subproject commit 6c10d9ea0935479627a3a73c1e7b95fa9727863d