neovim/runtime/lua/vim/lsp
Chinmay Dalal d3e0352574
fix(lsp): check if inlay hints are enabled for a buffer before disabling (#24074)
disabling before enabling throws an error otherwise, because bufstate[bufnr]
doesn't exist
2023-06-20 18:36:31 +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
_inlay_hint.lua fix(lsp): check if inlay hints are enabled for a buffer before disabling (#24074) 2023-06-20 18:36:31 +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 refactor(lsp): extract common execute command functionality (#24065) 2023-06-20 18:36:18 +02:00
codelens.lua refactor(lsp): extract common execute command functionality (#24065) 2023-06-20 18:36:18 +02:00
diagnostic.lua fix(diagnostic): use correct field name for tags (#22835) 2023-03-31 11:23:19 +01:00
handlers.lua feat(lsp): inlay hints #23984 2023-06-19 23:06:54 -07:00
health.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
log.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
protocol.lua feat(lsp): add handlers for inlay hints (#23736) 2023-06-11 11:53:37 +02:00
rpc.lua feat(lua): add vim.system() 2023-06-07 13:52:23 +01:00
semantic_tokens.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
sync.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01: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)!: add vim.lsp.status, client.progress and promote LspProgressUpdate (#23958) 2023-06-09 11:32:43 +02:00