mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
lint
This commit is contained in:
parent
21ac67368f
commit
8893db9ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ return {
|
||||||
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` extra requires `vtsls` for TypeScript integration.",
|
"The `lang.vue` extra requires `vtsls` for TypeScript integration.",
|
||||||
"Enable the `lang.typescript.vtsls` extra, or set `vim.g.lazyvim_ts_lsp = \"vtsls\"`.",
|
'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`.",
|
"If you are using `lang.typescript.tsgo`, disable it so `vtsls` can be used for `lang.vue`.",
|
||||||
}, {
|
}, {
|
||||||
title = "LazyVim",
|
title = "LazyVim",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue