mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(vue): enabled hybrid mode to avoid 2 typwscript server running at
same time
This commit is contained in:
parent
aed81c570b
commit
412e0b38a2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ return {
|
||||||
volar = {
|
volar = {
|
||||||
init_options = {
|
init_options = {
|
||||||
vue = {
|
vue = {
|
||||||
hybridMode = false,
|
hybridMode = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue