neovim/runtime/lua/vim/lsp
Jaehwang Jung 90f6d999b1
refactor(lsp): remove redundant code (#27601)
* use builtin function
* buffer:// was removed in 236c20795e.
2024-02-24 13:14:12 +01:00
..
_meta fix(lsp): add parentheses to generated union array types (#27560) 2024-02-21 12:31:56 +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 refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00: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 refactor(lsp): typings for protocol constants 2024-02-19 11:23:35 +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 refactor(lsp): remove redundant code (#27601) 2024-02-24 13:14:12 +01:00