neovim/runtime/lua/vim/lsp
2023-07-17 18:27:16 +02:00
..
types feat(scripts): add lsp_types.lua (#23750) 2023-06-07 12:32:39 +01:00
_dynamic.lua feat(lsp): initial support for dynamic capabilities (#23681) 2023-05-28 07:51:28 +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 perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500) 2023-06-14 12:40:11 +02:00
buf.lua feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113) 2023-07-17 18:27:16 +02:00
codelens.lua fix(lsp): lint warnings, default offset_encoding #24046 2023-07-01 03:42:37 -07:00
diagnostic.lua fix(diagnostic): use correct field name for tags (#22835) 2023-03-31 11:23:19 +01:00
handlers.lua fix(lint): lint warnings #24226 2023-07-10 04:38:15 -07:00
health.lua feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113) 2023-07-17 18:27:16 +02:00
inlay_hint.lua fix(lsp): don't use hl_mode = combine for inlay hints #24276 2023-07-08 00:14:52 -07:00
log.lua fix(lint): lint warnings #24226 2023-07-10 04:38:15 -07:00
protocol.lua fix(lsp): remove unknown LSP protocol property (#24345) 2023-07-14 07:36:10 +02:00
rpc.lua fix(lint): lint warnings #24226 2023-07-10 04:38:15 -07:00
semantic_tokens.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
sync.lua fix(lint): lint warnings #24226 2023-07-10 04:38:15 -07: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 refactor(lsp): extract common execute command functionality (#24065) 2023-06-20 18:36:18 +02:00
util.lua feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113) 2023-07-17 18:27:16 +02:00