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,