mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
This function is used only in the `workspace/configuration` handler, and does not warrant a public API because of its confusing return types. The only caller `vim.lsp.handlers["workspace.configuration"]` is also refactored to use `vim.tbl_get()` instead.