From 5ce18c5cb572fe1b703841e6ca1446adfe2bdd65 Mon Sep 17 00:00:00 2001 From: Romeo Balta <7095569+romeobalta@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:53:32 +0100 Subject: [PATCH] fix(lang.vue): volar deprecated, switch to vue_ls --- lua/lazyvim/plugins/extras/lang/vue.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/vue.lua b/lua/lazyvim/plugins/extras/lang/vue.lua index 85f47772..9b9df8e6 100644 --- a/lua/lazyvim/plugins/extras/lang/vue.lua +++ b/lua/lazyvim/plugins/extras/lang/vue.lua @@ -19,10 +19,10 @@ return { "neovim/nvim-lspconfig", opts = { servers = { - volar = { + vue_ls = { init_options = { vue = { - hybridMode = true, + hybridMode = false, }, }, },