mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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",
|
||||
opts = {
|
||||
servers = {
|
||||
volar = {
|
||||
vue_ls = {
|
||||
init_options = {
|
||||
vue = {
|
||||
hybridMode = true,
|
||||
hybridMode = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue