One syntax plugin to rule them all

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 15:24:27 +02:00
parent 6aed7c0268
commit 36db12601f
2 changed files with 4 additions and 19 deletions

View file

@ -45,15 +45,8 @@ Plug 'conornewton/vim-pandoc-markdown-preview'
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
" Syntax plugins
Plug 'rust-lang/rust.vim'
Plug 'stephpy/vim-yaml'
Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'kevinoid/vim-jsonc'
Plug 'HerringtonDarkholme/yats.vim'
Plug 'MaxMEllon/vim-jsx-pretty'
Plug 'zplugin/zplugin-vim-syntax'
Plug 'aouelete/sway-vim-syntax'
" Language syntax pack
Plug 'sheerun/vim-polyglot'
" Read editorconfig settings
Plug 'editorconfig/editorconfig-vim'