neovim/runtime/lua/vim/lsp
2024-02-17 17:53:49 -05:00
..
_meta fix(lsp): clean up duplicate and unused meta type annotations 2024-01-20 14:02:16 +01:00
_changetracking.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
_completion.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
_dynamic.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00: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(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00: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): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
codelens.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
diagnostic.lua refactor(lsp): add shared diagnostic handler 2024-02-10 20:05:47 -08:00
handlers.lua fix(lsp): support workspace/configuation with no section 2024-02-17 17:53:49 -05:00
health.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00: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): move more code to client.lua 2024-02-11 12:37:20 +00:00
semantic_tokens.lua fix(lsp): semantic token defer loading 2024-02-12 09:31:48 +00:00
sync.lua refactor(lsp): add vim.lsp.sync.Range type 2024-02-10 20:05:47 -08:00
util.lua fix(lsp): rename: load and list new buffer if attached to window (#27408) 2024-02-14 21:11:29 +01:00