aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* feat(lsp.util): deprecate vim.lsp.util.stylize_markdownLewis Russell2025-04-04
* fix: bug in stylize_markdownLewis Russell2025-04-04
* refactor: add basic stringbuffer shimLewis Russell2025-03-31
* perf(lsp): use string.buffer for rpc loopMathias Fussenegger2025-03-31
* perf(lsp): optimize content length extraction from rpc headersMathias Fussenegger2025-03-31
* feat(lsp): workspace_required #31824Michael Strobel2025-03-30
* fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999Bartłomiej Maryńczak2025-03-30
* fix(lsp): warn on missing config in :checkhealth #33087Micah Halter2025-03-28
* docs(lsp): completion.enable #33063Mathias Fußenegger2025-03-26
* docs: news, lsp autocomplete #33047Justin M. Keyes2025-03-26
* fix(lsp): handle using array as open_floating_preview title (#33016)Au.2025-03-22
* docs: misc (#32928)dundargoc2025-03-21
* docs: LSP completion #33006Justin M. Keyes2025-03-21
* feat(float): add winborder option (#31074)glepnir2025-03-18
* fix(diagnostic): remove deprecated `severity_limit` optionChristian Clason2025-03-17
* docs: miscJustin M. Keyes2025-03-17
* perf(lsp): don't construct potentially expensive stringsRiley Bruins2025-03-16
* refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)Mathias Fußenegger2025-03-16
* fix(lsp): correctly check for "codeAction/resolve" supportTobias Schmitz2025-03-15
* fix(lsp): autocmds to close lsp preview windows not clearedbekaboo2025-03-15
* fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell2025-03-12
* refactor(lsp): rename `on_publish_diagnostics` parameter #32776Will Lillis2025-03-11
* fix(lsp): improve LSP floating preview window cleanup #31353glepnir2025-03-11
* fix(lsp): wrapped ctx in opts before passed to vim.lsp.completion.trigger #32837glepnir2025-03-11
* feat(lsp): support completion context #32793Maria José Solano2025-03-10
* fix(lsp): use unresolved code action when `codeAction/resolve` failsMaria José Solano2025-03-07
* feat(lsp): support for resolving code action command (#32704)Maria José Solano2025-03-06
* fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir2025-03-04
* docs: misc #31996Justin M. Keyes2025-03-02
* doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe2025-02-27
* fix(lsp): resize hover window for concealed linesLuuk van Baal2025-02-25
* fix(lsp): reset the applied hints on `refresh` request #32446Yi Ming2025-02-23
* Merge #32503 feat(lsp): use the meta model to generate server capability mapJustin M. Keyes2025-02-23
|\
| * feat(lsp): use the meta model to generate server capability mapMaria José Solano2025-02-21
| * feat(lsp): update LSP typesMaria José Solano2025-02-17
* | fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* | fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
|/
* fix(docs): update context type in `vim.lsp.LocationOpts.OnList`Maria José Solano2025-02-16
* feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2025-02-14
* feat(lsp): add select kind in showMessageRequest #32387Maria José Solano2025-02-13
* Merge #32426 fix(lsp): reset active request when reporting an errorJustin M. Keyes2025-02-13
|\
| * refactor(lsp): handling errors and nil responses togetherYi Ming2025-02-13
| * fix(lsp): reset active request when reporting an errorYi Ming2025-02-13
| * fix(lsp): missing method parameter when canceling requestsYi Ming2025-02-13
* | fix(lsp): clear word when expand multi-lines word (#32393)glepnir2025-02-13
* | fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)Robert Muir2025-02-13
|/
* fix(lsp): on detach, cancel pending foldingRange requests #31509Yi Ming2025-02-12
* feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming2025-02-11
* feat(lsp): include `end_col` and `end_lnum` in `vim.lsp.buf.symbols_to_items`Yi Ming2025-02-11
* fix(lsp): signature_help highlights wrong parameter #32382Shantanu Raj2025-02-09