mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +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
|
||||
LazyVim.warn({
|
||||
"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`.",
|
||||
}, {
|
||||
title = "LazyVim",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue