diff --git a/lua/kickstart/plugins/lspconfig.lua b/lua/kickstart/plugins/lspconfig.lua index 26b8cc57..25823ed9 100644 --- a/lua/kickstart/plugins/lspconfig.lua +++ b/lua/kickstart/plugins/lspconfig.lua @@ -254,13 +254,13 @@ return { }, }, }, - volar = { + vue_ls = { init_options = { vue = { complete = { casing = { tags = 'autoPascal', - props = 'autoKebab', + props = 'autoCamel', }, }, },