From 1ec6eb1989f669a67ab84b92b405755fc04943f0 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 29 Dec 2017 17:15:44 +0100 Subject: Installed the vim plugin to use phpdoc for PHP files Signed-off-by: Olivier Gayot --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 5d7af3a..d083954 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -29,4 +29,5 @@ package() { cd "${srcdir}/${pkgname}" install -D phpdoc.sh "${pkgdir}/usr/bin/phpdoc" + install -D php.vim "${pkgdir}/usr/share/vim/vimfiles/after/ftplugin/php.vim" } -- cgit v1.2.3