neovim/runtime/lua/vim/lsp
Jonas Strittmatter c07dceba33
fix(lsp): allow Lua pattern chars in code action filter (#24041)
Previously, filtering code actions with the "only" option failed
if the code action kind contained special Lua pattern chars such as "-"
(e.g. the ocaml language server supports a "type-annotate" code action).

Solution: use string comparison instead of string.find
2023-06-17 08:01: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 feat(lsp): add handlers for inlay hints (#23736) 2023-06-11 11:53:37 +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 fix(lsp): allow Lua pattern chars in code action filter (#24041) 2023-06-17 08:01:31 +02:00
codelens.lua fix(codelens): add buffer and line checks before displaying codelens (#23887) 2023-06-13 16:17:35 +01:00
diagnostic.lua fix(diagnostic): use correct field name for tags (#22835) 2023-03-31 11:23:19 +01:00
handlers.lua feat(lsp): add handlers for inlay hints (#23736) 2023-06-11 11:53:37 +02: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 feat(lsp): add handlers for inlay hints (#23736) 2023-06-11 11:53:37 +02:00
util.lua feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate (#23958) 2023-06-09 11:32:43 +02:00