mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 11:09:11 +10: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.