Add coc-svelte and plugins for highlighting
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"python",
|
||||
"go"
|
||||
]
|
||||
"go",
|
||||
"svelte"
|
||||
],
|
||||
"svelte.plugin.svelte.completions.enable": true,
|
||||
"svelte.plugin.css.completions.enable": true,
|
||||
"svelte.plugin.svelte.enable": true,
|
||||
"svelte.plugin.html.enable": true,
|
||||
"svelte.plugin.css.enable": true,
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"svelte.plugin.svelte.format.enable": true
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user