mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-29 05:31:05 +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
|
||||
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
Loading…
Add table
Add a link
Reference in a new issue