neovim/runtime/lua/vim/lsp
2024-11-14 15:32:49 +00:00
..
_meta docs(lsp): annotate with vim.lsp.protocol.Methods enum #29521 2024-08-20 05:52:14 -07:00
_changetracking.lua fix(lsp): revert buf_versions deprecation/replacement (#29217) 2024-06-07 11:36:46 +02:00
_dynamic.lua refactor(lua): improve type annotations 2024-06-11 12:45:43 +01:00
_meta.lua feat(lsp)!: remove client-server handlers from vim.lsp.handlers 2024-11-01 09:17:39 +00:00
_snippet_grammar.lua feat(lsp): add snippet API (#25301) 2023-10-21 08:51:26 +02:00
_tagfunc.lua fix(lsp): handle mixed encoding in tagfunc params 2024-10-24 09:56:58 +02:00
_watchfiles.lua feat(lsp): drop fswatch, use inotifywait (#29374) 2024-07-06 11:44:19 +02:00
buf.lua feat(lsp): multi-client support for signature_help 2024-11-04 11:55:39 +00:00
client.lua feat(lsp): deprecate execute_command with client:exec_cmd 2024-10-24 15:37:34 +01:00
codelens.lua feat(lsp)!: remove client-server handlers from vim.lsp.handlers 2024-11-01 09:17:39 +00:00
completion.lua fix(lsp): filter completion candidates based on completeopt (#30945) 2024-11-13 15:18:29 +00:00
diagnostic.lua feat(lsp)!: remove client-server handlers from vim.lsp.handlers 2024-11-01 09:17:39 +00:00
handlers.lua feat(lsp)!: remove client-server handlers from vim.lsp.handlers 2024-11-01 09:17:39 +00:00
health.lua fix(lsp): list all workspace folders in healthcheck #30966 2024-10-28 06:14:56 -07:00
inlay_hint.lua feat(lsp)!: remove client-server handlers from vim.lsp.handlers 2024-11-01 09:17:39 +00:00
log.lua fix(lsp): redundant spaces in lsp log (#29970) 2024-08-03 11:14:34 +02:00
protocol.lua feat(lsp): support utf-8 and utf-32 position encodings 2024-11-14 15:32:49 +00:00
rpc.lua refactor(lsp): avoid redundant function wrapping 2024-11-12 16:10:16 +00:00
semantic_tokens.lua perf(lsp): use faster version of str_byteindex 2024-11-11 14:23:38 +00:00
sync.lua refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915 2024-10-26 07:38:25 -07:00
util.lua refactor(lsp): simplify reference range logic 2024-11-10 09:40:37 +00:00