mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
ci/nvim-lspconfig: do not extract servers' cmd (unused)
This commit is contained in:
committed by
Matt Sturgeon
parent
74536f7432
commit
5c6ee4186f
@@ -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
Reference in New Issue
Block a user