mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 13:31:06 +00:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7093013e99
commit
21ac67368f
1 changed files with 3 additions and 2 deletions
|
|
@ -31,8 +31,9 @@ return {
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
if not opts.servers.vtsls or opts.servers.vtsls.enabled == false then
|
if not opts.servers.vtsls or opts.servers.vtsls.enabled == false then
|
||||||
LazyVim.warn({
|
LazyVim.warn({
|
||||||
"The `lang.vue` extras requires `vtsls` for TypeScript integration.",
|
"The `lang.vue` extra requires `vtsls` for TypeScript integration.",
|
||||||
"Please enable `vtsls` so `lang.vue` works correctly.",
|
"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",
|
title = "LazyVim",
|
||||||
once = true,
|
once = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue