diff --git a/vimrc b/vimrc index 2513ee1..8b71f06 100644 --- a/vimrc +++ b/vimrc @@ -83,6 +83,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()