Files
neovim/runtime/lua
Jongwook Choi 3973a5e405 refactor(lsp): deprecate vim.lsp.util.lookup_section
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.
2024-01-16 20:14:17 +00:00
..
2023-09-10 11:43:37 +02:00
2024-01-02 22:00:06 +01:00