Rename volar to vue_ls
This commit is contained in:
parent
23e436273f
commit
d7ebbfa6bd
|
|
@ -254,13 +254,13 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
volar = {
|
vue_ls = {
|
||||||
init_options = {
|
init_options = {
|
||||||
vue = {
|
vue = {
|
||||||
complete = {
|
complete = {
|
||||||
casing = {
|
casing = {
|
||||||
tags = 'autoPascal',
|
tags = 'autoPascal',
|
||||||
props = 'autoKebab',
|
props = 'autoCamel',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue