|
@ -32,7 +32,7 @@ Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dad |
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
|
|
|
|
|
|
" html / templates{{{ |
|
|
" html / templates{{{ |
|
|
Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'xml'] } " emmet support for vim - easily create markdup wth CSS-like syntax |
|
|
|
|
|
|
|
|
Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'markdown'] } " emmet support for vim - easily create markdup wth CSS-like syntax |
|
|
Plug 'gregsexton/MatchTag', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " match tags in html, similar to paren support |
|
|
Plug 'gregsexton/MatchTag', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " match tags in html, similar to paren support |
|
|
Plug 'othree/html5.vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " html5 support |
|
|
Plug 'othree/html5.vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " html5 support |
|
|
Plug 'lumiliet/vim-twig', { 'for': ['html'] } " twig syntax support |
|
|
Plug 'lumiliet/vim-twig', { 'for': ['html'] } " twig syntax support |
|
|