Add good Svelte support: vim-svelte-plugin + CoC

This commit is contained in:
Danielle McLean 2022-05-16 11:27:36 +10:00
parent 908d04a3e8
commit cee1c8b017
Signed by: 00dani
GPG Key ID: 52C059C3B22A753E
2 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,8 @@ let g:airline#extensions#battery#enabled = 1
let g:csv_no_conceal = 1
let vim_svelte_plugin_use_typescript = 1
let g:LatexBox_Folding = 1
let g:NERDTreeHijackNetrw = 1

View File

@ -71,6 +71,8 @@ call Plug('wincent/loupe')
call Plug('wincent/terminus')
call Plug('w0rp/ale')
call Plug('neoclide/coc.nvim', {'branch': 'release'})
call Plug('vim-airline/vim-airline')
call Plug('vim-airline/vim-airline-themes')
call Plug('lambdalisue/battery.vim')
@ -93,6 +95,8 @@ call Plug('fladson/vim-kitty')
call Plug('fpob/nette.vim')
call Plug('leafOfTree/vim-svelte-plugin')
if executable('task')
call Plug('farseer90718/vim-taskwarrior')
endif