nvim_runtime_lua

vim.lsp.get_configs.Filter

Key-value pairs used to filter the returned configs.

@inlinedoc

Fields2

Filter.enabled : nil | boolean

If true, only return enabled configs. If false, only return configs that aren't enabled.

Filter.filetype : nil | string

Only return configs which attach to the given filetype.