fix(vue): volar -> vua_ls. Fixes #6236. Closes #6238. Closes #6174

This commit is contained in:
Folke Lemaitre
2025-09-17 07:30:27 +02:00
parent 64ee23f38f
commit 4a3b4a80a8

View File

@@ -19,13 +19,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
volar = {
init_options = {
vue = {
hybridMode = true,
},
},
},
vue_ls = {},
vtsls = {},
},
},