Update vim plugins

This commit adds support for many languages that I've had the need to
work with recently, although some of these plugins could be removed
at a later date.
This commit is contained in:
Donovan Glover 2018-08-31 14:32:27 -04:00
parent bb3ddee97a
commit 84d1953f52
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -46,4 +46,10 @@ call plug#begin('~/.vim/plugged') " Use vim-plug as our package manager of
Plug 'Glench/Vim-Jinja2-Syntax' " Add Jinja2 support
Plug 'mustache/vim-mustache-handlebars' " Add mustache and handlebars support
Plug 'plasticboy/vim-markdown' " Add more markdown support (LaTeX, frontmatter, etc.)
Plug 'quabug/vim-gdscript' " Add Godot support
Plug 'posva/vim-vue' " Add Vue support
Plug 'mxw/vim-jsx' " Add React support
Plug 'digitaltoad/vim-pug' " Add Pug support
Plug 'kchmck/vim-coffee-script' " Add CoffeeScript support
Plug 'leafgarland/typescript-vim' " Add TypeScript support
call plug#end() " Start the plugins