From 8eb417638a5a33d53ca92ff6782e98c36fe70114 Mon Sep 17 00:00:00 2001 From: David Senoner Date: Sat, 1 Feb 2025 22:01:10 +0100 Subject: [PATCH] lspconfig: fix half-baked rename --- lua/plugins/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index bc51a6c..1005f08 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -21,7 +21,7 @@ return { plugins = { { name = "@vue/typescript-plugin", - location = vue_language_server_path, + location = volar_path, languages = { "vue" }, }, },