vim: add twig syntax support

master
Guillaume Dott 2019-04-30 08:44:45 +02:00
parent d59ea3070d
commit a907ae5500
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ if filereadable(expand(bundledir."vundle/README.md"))
Plugin 'tpope/vim-haml'
Plugin 'tpope/vim-markdown'
Plugin 'lumiliet/vim-twig'
Plugin 'slim-template/vim-slim'
Plugin 'kchmck/vim-coffee-script'