mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 00:54:50 +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",
|
||||
opts = {
|
||||
servers = {
|
||||
volar = {
|
||||
vue_ls = {
|
||||
init_options = {
|
||||
vue = {
|
||||
hybridMode = true,
|
||||
hybridMode = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue