From 260a392ff040b3bad1922ad52035c6e26b019472 Mon Sep 17 00:00:00 2001 From: lhark Date: Tue, 9 Feb 2016 08:53:59 +0100 Subject: [PATCH] Improve vim support of HTML in PHP files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index a0a4dfe..d19d84c 100644 --- a/vimrc +++ b/vimrc @@ -82,6 +82,7 @@ if has("unix") || has("mac") Plugin 'msanders/snipmate.vim' Plugin 'Raimondi/delimitMate' Plugin 'tpope/vim-surround' + Plugin 'captbaritone/better-indent-support-for-php-with-html' "[Solarized theme]" Plugin 'altercation/vim-colors-solarized' call vundle#end()