mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-14 14:49:03 +02:00
fix(lang.vue): volar deprecated, switch to vue_ls
This commit is contained in:
parent
25abbf546d
commit
5ce18c5cb5
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue