mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 04:12:01 +00:00
docs: misc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user