neovim/runtime/lua/vim/lsp
2023-05-13 11:27:05 +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 fix(lsp): fix relative patterns for workspace/didChangeWatchedFiles (#23548) 2023-05-09 18:12:54 +02:00
buf.lua refactor(lsp): mark server_ready function as deprecated (#23520) 2023-05-13 11:27:05 +02:00
codelens.lua feat(lua): vim.tbl_contains supports general tables and predicates (#23040) 2023-04-14 10:39:57 +02:00
diagnostic.lua fix(diagnostic): use correct field name for tags (#22835) 2023-03-31 11:23:19 +01:00
handlers.lua refactor: remove modelines from Lua files 2023-04-13 23:29:13 +02:00
health.lua refactor: deprecate checkhealth functions 2023-04-15 23:40:48 +02:00
log.lua refactor: remove modelines from Lua files 2023-04-13 23:29:13 +02:00
protocol.lua feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190) 2023-04-22 09:37:38 +02:00
rpc.lua refactor: remove modelines from Lua files 2023-04-13 23:29:13 +02:00
semantic_tokens.lua perf(lsp): load buffer contents once when processing semantic tokens responses (#23484) 2023-05-05 07:41:36 +02:00
sync.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
tagfunc.lua fix(lsp): Jump to tag locations reliably when :ltag is used (#22750) 2023-03-23 08:27:53 +01:00
types.lua feat(diagnostic): add support for tags 2023-03-30 14:49:58 +01:00
util.lua perf(lsp): load buffer contents once when processing semantic tokens responses (#23484) 2023-05-05 07:41:36 +02:00