neovim/runtime/lua/vim/lsp
Maria José Solano e56437cd48
feat(lsp): deprecate vim.lsp.start_client #31341
Problem:
LSP module has multiple "start" interfaces.

Solution:
- Enhance vim.lsp.start
- Deprecate vim.lsp.start_client
2024-12-04 05:14:47 -08:00
..
_meta docs(lsp): annotate with vim.lsp.protocol.Methods enum #29521 2024-08-20 05:52:14 -07:00
_changetracking.lua refactor(lsp): rename offset_encoding to position_encoding #31286 2024-11-25 08:06:05 -08:00
_folding_range.lua feat(lsp): support textDocument/foldingRange (#31311) 2024-11-29 12:40:32 +00:00
_meta.lua feat(lsp)!: remove client-server handlers from vim.lsp.handlers 2024-11-01 09:17:39 +00:00
_snippet_grammar.lua feat(lsp): add snippet API (#25301) 2023-10-21 08:51:26 +02:00
_tagfunc.lua refactor(lsp): rename offset_encoding to position_encoding #31286 2024-11-25 08:06:05 -08:00
_watchfiles.lua feat(lsp): deprecate non-method client functions 2024-11-20 08:51:45 +00:00
buf.lua docs(lsp): update example, optional parameters #31299 2024-11-28 08:08:27 -08:00
client.lua feat(lsp): deprecate vim.lsp.start_client #31341 2024-12-04 05:14:47 -08:00
codelens.lua feat(lsp): deprecate non-method client functions 2024-11-20 08:51:45 +00:00
completion.lua refactor(lsp): rename offset_encoding to position_encoding #31286 2024-11-25 08:06:05 -08:00
diagnostic.lua fix(lsp): retrigger diagnostics request on server cancellation (#31345) 2024-11-25 11:48:11 -06:00
handlers.lua fix(lsp): retrigger diagnostics request on server cancellation (#31345) 2024-11-25 11:48:11 -06:00
health.lua fix(lsp): list all workspace folders in healthcheck #30966 2024-10-28 06:14:56 -07:00
inlay_hint.lua feat(lsp): deprecate non-method client functions 2024-11-20 08:51:45 +00:00
log.lua fix(lsp): type-errors, other nits in vim.lsp.log #31235 2024-11-16 18:32:09 -08:00
protocol.lua feat(lsp): support textDocument/foldingRange (#31311) 2024-11-29 12:40:32 +00:00
rpc.lua feat(lsp): deprecate vim.lsp.start_client #31341 2024-12-04 05:14:47 -08:00
semantic_tokens.lua feat(lsp): deprecate non-method client functions 2024-11-20 08:51:45 +00:00
sync.lua refactor(lsp): rename offset_encoding to position_encoding #31286 2024-11-25 08:06:05 -08:00
util.lua fix(lsp): mention function name in warning #31301 2024-11-27 05:44:29 -08:00