mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00

Allows to retrieve the configuration as it will be used by `lsp.enable` - including the parts merged from `*` and rtp. This is useful for explicit startup control (`vim.lsp.start(vim.lsp.config[name])`) Closes https://github.com/neovim/neovim/issues/31640