fix(vue): can not inc-rename

This commit is contained in:
肖健正 2024-06-15 02:10:19 +08:00
parent 7c7703d792
commit ce69850127

View file

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