fix(lang.vue): volar deprecated, switch to vue_ls

This commit is contained in:
Romeo Balta 2025-06-12 12:53:32 +01:00
parent 25abbf546d
commit 5ce18c5cb5
No known key found for this signature in database

View file

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