Files
neovim/runtime/lua/vim/lsp
Jongwook Choi ce4ea638c7 fix(lsp): fix incorrect typing and doc for vim.lsp.rpc
Typings introduced in #26032 and #26552 have a few conflicts, so we
merge and clean them up. We also fix some incorrect type annotation in
the `vim.lsp.rpc` package. See the associated PR for more details.

Summary:

- vim.rpc.Dispatchers -> vim.lsp.rpc.Dispatchers
- vim.lsp.rpc.Error -> lsp.ResponseError
- Revise docs
2024-01-14 09:02:45 +01:00
..
2023-12-14 12:39:18 +00:00
2023-12-30 17:40:53 +01:00
2023-12-14 12:39:18 +00:00
2023-12-14 12:39:18 +00:00
2023-12-14 12:39:18 +00:00
2023-12-14 12:39:18 +00:00
2024-01-03 19:17:52 +00:00