Add coc-svelte and plugins for highlighting

This commit is contained in:
2021-10-15 20:17:52 +03:00
parent a71c192709
commit b8de17c27f
2 changed files with 13 additions and 2 deletions

View File

@@ -17,5 +17,8 @@ Plug 'fatih/vim-go'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'mhinz/vim-startify'
Plug 'tpope/vim-fugitive'
Plug 'evanleck/vim-svelte'
Plug 'HerringtonDarkholme/yats.vim'
Plug 'yuezk/vim-js'
call plug#end()