Add good Svelte support: vim-svelte-plugin + CoC
This commit is contained in:
parent
908d04a3e8
commit
cee1c8b017
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue