neovim/runtime/lua/vim/lsp
2023-08-03 04:03:48 -07:00
..
types feat(gen_lsp.lua): sort by name, handle failure #24504 2023-08-01 16:13:22 +02:00
_dynamic.lua feat(lsp): initial support for dynamic capabilities (#23681) 2023-05-28 07:51:28 +02:00
_snippet.lua feat(lua): vim.tbl_contains supports general tables and predicates (#23040) 2023-04-14 10:39:57 +02:00
_watchfiles.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
buf.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
codelens.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
diagnostic.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
handlers.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
health.lua feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113) 2023-07-17 18:27:16 +02:00
inlay_hint.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
log.lua docs(lua): more improvements (#24387) 2023-07-18 15:42:30 +01:00
protocol.lua fix(gen_lsp.lua): no notifications in lsp.Methods #24530 2023-08-03 02:52:21 -07:00
rpc.lua docs(lua): more improvements (#24387) 2023-07-18 15:42:30 +01:00
semantic_tokens.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
sync.lua docs(lua): more improvements (#24387) 2023-07-18 15:42:30 +01:00
tagfunc.lua refactor(lsp): use protocol.Methods instead of strings #24537 2023-08-03 04:03:48 -07:00
types.lua fix(lsp): replace @private with @nodoc for public client functions (#24415) 2023-07-24 20:21:35 +02:00
util.lua fix(lsp): SignatureHelp docstring is not escaped #16702 2023-07-25 05:40:13 -07:00