ci/nvim-lspconfig: do not extract servers' cmd (unused)

This commit is contained in:
Gaetan Lepage
2025-10-03 19:45:10 +00:00
committed by Matt Sturgeon
parent 74536f7432
commit 5c6ee4186f
2 changed files with 8 additions and 453 deletions
-5
View File
@@ -36,13 +36,8 @@ info = sorted_map_table(configs, function(server_name, server_info)
if server_info.document_config.docs ~= nil then
description = server_info.document_config.docs.description
end
local cmd = server_info.document_config.default_config.cmd
if type(cmd) == "function" then
cmd = "see source file"
end
return {
name = server_name,
cmd = cmd,
desc = description,
}
end)
File diff suppressed because it is too large Load Diff