summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2026-03-23fix(lsp): completion word includes leading space from label #38435glepnir1
2026-03-23fix(lsp): snippet preview blocked completionItem/resolve request #38428glepnir1
2026-03-22fix(lsp): restore virtual document color visibility (#38407)KrrishJain1
2026-03-21feat(lsp): support CompletionItem.labelDetails #38403glepnir2
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k2
2026-03-21fix(lsp/diagnostic): use diagnostic provider identifier for code actions #38401Sergei Slipchenko1
2026-03-20fix(lsp): handle completion/resolve response arriving after on_insert_leaveMathias Fussenegger1
2026-03-20Merge #38047 _provider_foreachJustin M. Keyes3
2026-03-20fix(lsp): unify LSP error logging prefixes #38354Yi Ming5
2026-03-20fix(lsp): guard dynamic capability attachment #38382Tristan Knight1
2026-03-19fix(lsp): improve diagnostics handling and commentstris2032
2026-03-19fix(lsp/diagnostic): key resultId by client and identifiertris2031
2026-03-19fix(lsp): handle providers without subcapabilitiestris2031
2026-03-19fix(lsp): request diagnostics from all registrationstris2031
2026-03-19refactor(lsp): replace _provider_value_get with _provider_foreachtris2032
2026-03-19fix(lsp): `vim.Range` check in `document_color.color_presentation()` (#38374)mpal90001
2026-03-18feat(lsp): migrate `document_color` to capability framework (#38344)Maria Solano4
2026-03-18docs: misc, terminalJustin M. Keyes1
2026-03-18fix(lsp): redraw codelens after request completed #38352Yi Ming1
2026-03-17fix(lsp): respect documentation markup kind in completion preview #38338glepnir1
2026-03-14fix(lsp): handle non-string documentation in completion items #38291glepnir1
2026-03-13refactor: rename _ensure_integer => _assert_integerJustin M. Keyes3
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell8
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes8
2026-03-11fix(lsp): ensure augroup before querying autocmds #38254glepnir1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes2
2026-03-11feat(lsp): do completionItem/resolve if completeopt=popup #32820glepnir2
2026-03-10feat(lsp): show snippet preview if completeopt=popup #32553glepnir1
2026-03-10fix(lsp): do not clear the codelens on the last line #38226Yi Ming1
2026-03-09Merge #37985 fix(lsp): adjust codelens position by range, ensure first-line v...Justin M. Keyes1
2026-03-09fix(lsp): stop and close timer when `Capability` is destroyedYi Ming2
2026-03-08fix(lsp): ensure the codelens on the first line is visibleYi Ming1
2026-03-08fix(lsp): adjust codelens position based on the server-provided rangeYi Ming1
2026-03-05fix(lsp): update metamodel (#38174)Maria Solano1
2026-03-04fix(lsp): ignore stale codelens resolve responses (#38153)Lewis Russell1
2026-02-28feat(lsp): show color preview in completion items #32138glepnir1
2026-02-26fix(lps): separate namespaces for pull/push diagnostics #37938Riccardo Mazzarini1
2026-02-22fix(lsp): vim.lsp.completion clean up triggers on client detach (#38009)glepnir1
2026-02-18fix(lsp): use entire line as completion word (#37949)Maria Solano1
2026-02-16fix(lsp): map all LSP methods to server capabilities (#37910)Tristan Knight1
2026-02-16feat(lsp): support `textDocument/documentLink` (#37644)Maria Solano1
2026-02-15fix(lsp): support workspace/configuation with no section #27510Tim Pope1
2026-02-14refactor(lsp): centralize provider capability resolution #37221Tristan Knight3
2026-02-09fix(lsp): error on omnifunc completion (#37790)phanium1
2026-02-08fix(lsp): ignore empty response on trigger completion #37663Tomasz N1
2026-02-08feat(lsp): display codelens as virtual lines, not virtual text #36469Mike J McGuirk1
2026-02-06refactor(lsp): always fetch lenses again in codelens.run (#37720)Mathias Fußenegger1
2026-02-03fix(lsp): don't empty server start-boundary by next client response #37665Tomasz N1
2026-02-03feat(lsp): support range + full semantic token requests #37611jdrouhard4
2026-02-03Merge #37626 feat(lsp)!: textDocument/codeLens as decoration providerJustin M. Keyes4