add volar, setup volar for vue and ts, add fix for TS sync rendering to avoid syntax highlight flicker with huge files
parent
91815480bc
commit
ecb4a4b730
@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
filetypes = {'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue'},
|
||||||
|
init_options = {
|
||||||
|
vue = {
|
||||||
|
hybridMode = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue