From 4026a906e96cb953463501c08845b0eb4392abc4 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Fri, 2 Nov 2018 13:37:42 +0100 Subject: [PATCH] Add twig syntax support --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 6ee4c45..47fc02b 100644 --- a/init.vim +++ b/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{{{