mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-29 13:41:04 +01:00
ci/nvim-lspconfig: do not extract servers' cmd (unused)
This commit is contained in:
parent
74536f7432
commit
5c6ee4186f
2 changed files with 8 additions and 453 deletions
|
|
@ -36,13 +36,8 @@ info = sorted_map_table(configs, function(server_name, server_info)
|
||||||
if server_info.document_config.docs ~= nil then
|
if server_info.document_config.docs ~= nil then
|
||||||
description = server_info.document_config.docs.description
|
description = server_info.document_config.docs.description
|
||||||
end
|
end
|
||||||
local cmd = server_info.document_config.default_config.cmd
|
|
||||||
if type(cmd) == "function" then
|
|
||||||
cmd = "see source file"
|
|
||||||
end
|
|
||||||
return {
|
return {
|
||||||
name = server_name,
|
name = server_name,
|
||||||
cmd = cmd,
|
|
||||||
desc = description,
|
desc = description,
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue