From 21ac67368f712a6d20143ad4e44f8255c97e4cdd Mon Sep 17 00:00:00 2001 From: Hon Yi Hao <165232024+yihao03@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:34:35 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- lua/lazyvim/plugins/extras/lang/vue.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/vue.lua b/lua/lazyvim/plugins/extras/lang/vue.lua index 887f3d27..4dec016d 100644 --- a/lua/lazyvim/plugins/extras/lang/vue.lua +++ b/lua/lazyvim/plugins/extras/lang/vue.lua @@ -31,8 +31,9 @@ return { opts = function(_, opts) if not opts.servers.vtsls or opts.servers.vtsls.enabled == false then LazyVim.warn({ - "The `lang.vue` extras requires `vtsls` for TypeScript integration.", - "Please enable `vtsls` so `lang.vue` works correctly.", + "The `lang.vue` extra requires `vtsls` for TypeScript integration.", + "Enable the `lang.typescript.vtsls` extra, or set `vim.g.lazyvim_ts_lsp = \"vtsls\"`.", + "If you are using `lang.typescript.tsgo`, disable it so `vtsls` can be used for `lang.vue`.", }, { title = "LazyVim", once = true,