From 8893db9ed43948c8cad660f1ae20ea133511d6fc Mon Sep 17 00:00:00 2001 From: yihao Date: Wed, 22 Apr 2026 16:36:08 +0800 Subject: [PATCH] lint --- lua/lazyvim/plugins/extras/lang/vue.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/vue.lua b/lua/lazyvim/plugins/extras/lang/vue.lua index 4dec016d..1aab665c 100644 --- a/lua/lazyvim/plugins/extras/lang/vue.lua +++ b/lua/lazyvim/plugins/extras/lang/vue.lua @@ -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",