Improve vim support of HTML in PHP files
This commit is contained in:
parent
fe7d0d3139
commit
260a392ff0
1 changed files with 1 additions and 0 deletions
1
vimrc
1
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()
|
||||
|
|
Loading…
Reference in a new issue