Add CSV, Jinja2, mustache, and handlebars support to vim

This commit is contained in:
Donovan Glover 2018-03-04 23:27:17 -05:00
parent 9ef71eb28c
commit b3020e8712
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -45,4 +45,7 @@ call plug#begin('~/.vim/plugged') " Use vim-plug as our package manager of
Plug 'othree/html5.vim' " Improve HTML support Plug 'othree/html5.vim' " Improve HTML support
Plug 'alvan/vim-closetag' " Automatically close tags when writing HTML Plug 'alvan/vim-closetag' " Automatically close tags when writing HTML
Plug 'tpope/vim-surround' " Easily add or remove surrounding characters Plug 'tpope/vim-surround' " Easily add or remove surrounding characters
Plug 'chrisbra/csv.vim' " Add CSV support
Plug 'Glench/Vim-Jinja2-Syntax' " Add Jinja2 support
Plug 'mustache/vim-mustache-handlebars' " Add mustache and handlebars support
call plug#end() " Start the plugins call plug#end() " Start the plugins