chore: add lua lsp to dependencies check

This commit is contained in:
Ian
2026-07-13 00:00:15 +02:00
parent 85a216b44e
commit 49c7c3f9e6
+3
View File
@@ -13,6 +13,9 @@ function Run()
-- Conform => formatters -- Conform => formatters
{ cmd = "stylua", desc = "lua formatter" }, { cmd = "stylua", desc = "lua formatter" },
-- Lsp server
{ cmd = "lua-language-server", desc = "lua lsp server" },
-- Test not exists -- Test not exists
{ cmd = "fff", desc = "test not exists command" }, { cmd = "fff", desc = "test not exists command" },
}) })