mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-23 23:29:13 +01:00
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:
parent
bb3ddee97a
commit
84d1953f52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user