docs: misc

This commit is contained in:
Justin M. Keyes
2026-03-18 23:53:55 +01:00
parent cd71221250
commit e3a1e47bb2
18 changed files with 45 additions and 42 deletions

View File

@@ -423,7 +423,11 @@ end
--- Get LSP configs.
---
--- Note: Will eagerly evaluate config files in `'runtimepath'` if necessary.
--- WARNING:
--- - May eagerly (prematurely!) evaluate config files in 'runtimepath'.
--- - Configs may be in a partial state if they have async properties such as `on_dir()`.
---
--- @since 14
--- @param filter? vim.lsp.get_configs.Filter
--- @return vim.lsp.Config[]: List of |vim.lsp.Config| objects
function lsp.get_configs(filter)