fix(vue): can not inc-rename

This commit is contained in:
肖健正 2024-06-15 02:16:45 +08:00
parent 034f57377b
commit d411857d6a

View file

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