Browse Source

Add twig syntax support

coc
Schneider 6 years ago
parent
commit
4026a906e9
Signed by: schneider GPG Key ID: A7245A4C04657E04
  1. 1
      init.vim

1
init.vim

@ -36,6 +36,7 @@ Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dad
Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " 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 'othree/html5.vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue'] } " html5 support
Plug 'lumiliet/vim-twig', { 'for': ['html'] } " twig syntax support
"}}}
" JavaScript{{{

Loading…
Cancel
Save