chore: add lua lsp to dependencies check
This commit is contained in:
@@ -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" },
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user