neovim/runtime/lua/vim/lsp
2024-02-10 20:05:47 -08:00
..
_meta fix(lsp): clean up duplicate and unused meta type annotations 2024-01-20 14:02:16 +01:00
_changetracking.lua refactor(lsp): add type annotations 2024-02-10 20:05:47 -08:00
_completion.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
_dynamic.lua refactor(lsp): add type annotations 2024-02-10 20:05:47 -08:00
_meta.lua fix(lsp): clean up duplicate and unused meta type annotations 2024-01-20 14:02:16 +01:00
_snippet_grammar.lua feat(lsp): add snippet API (#25301) 2023-10-21 08:51:26 +02:00
_tagfunc.lua fix(lsp): fix infinite loop on vim.lsp.tagfunc 2024-02-03 17:47:56 -05:00
_watchfiles.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
buf.lua refactor(lsp): move client code to a regular Lua class 2024-02-07 19:48:37 +00:00
client.lua refactor(lsp): add type annotations 2024-02-10 20:05:47 -08:00
codelens.lua refactor(lsp): tidy up logging 2024-02-08 11:11:46 +00:00
diagnostic.lua refactor(lsp): add shared diagnostic handler 2024-02-10 20:05:47 -08:00
handlers.lua refactor(lsp): tidy up logging 2024-02-08 11:11:46 +00:00
health.lua refactor(lsp): add type annotations 2024-02-10 20:05:47 -08:00
inlay_hint.lua refactor(lsp): tidy up logging 2024-02-08 11:11:46 +00:00
log.lua refactor(lsp): tidy up logging 2024-02-08 11:11:46 +00:00
protocol.lua feat(lua): add noref to deepcopy 2024-01-03 19:17:52 +00:00
rpc.lua refactor(lsp): add type annotations 2024-02-10 20:05:47 -08:00
semantic_tokens.lua feat(lsp): more annotations 2023-12-14 12:39:18 +00:00
sync.lua refactor(lsp): add type annotations 2024-02-10 20:05:47 -08:00
util.lua fix(lsp): rename fails on missing parent directory #27291 2024-02-08 13:06:54 -08:00