commit d03fe82b030d6daaf896e0abd199d4044d33ac35
parent c188db97f04c07f05d5ea665ee005f603564f654
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 22 Oct 2015 14:57:12 +0200
add plugin to handle php files with html
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -147,6 +147,9 @@ NeoBundle 'kchmck/vim-coffee-script'
" spacemacs keybinds
"NeoBundle 'jimmay5469/vim-spacemacs'
+" Support mixed php and html
+NeoBundle 'captbaritone/better-indent-support-for-php-with-html'
+
call neobundle#end()
filetype plugin indent on