summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp
AgeCommit message (Expand)AuthorFiles
2026-04-24test: curbuf initialized in describe-block #39365glepnir1
2026-04-23fix(lsp): callHierarchy/outgoingCalls ranges are relative to caller, not call...Ashley Hauck1
2026-04-23fix(lsp): filter code_action diagnostics to the cursor #38988Barrett Ruth1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-18fix(lsp): show CompletionItem.detail in info popup #38904glepnir1
2026-04-18docs: misc #39045Justin M. Keyes1
2026-04-18fix(lsp): skip codelens refresh redraw for deleted buffer #39193Jaehwang Jung1
2026-04-17test(lsp): extract buf/util parts from lsp_spec.lua #39149Yi Ming3
2026-04-15fix(lsp): set 'winfixbuf' in open_floating_preview() window #39058Raizento1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-15feat(lsp): highlight foldtext via treesitter #38789Yi Ming1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes1
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir1
2026-04-08fix(diagnostics)!: restore `is_pull` namespace argument #38698Maria Solano1
2026-03-29fix(lsp): highlight snippet preview when server can't completionItem/resolve ...Marcus Caisey1
2026-03-29feat: extend vim.Pos, vim.Range #36397Luis Calle1
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-21feat(lsp): support CompletionItem.labelDetails #38403glepnir1
2026-03-19refactor(lsp): replace _provider_value_get with _provider_foreachtris2031
2026-03-18feat(lsp): migrate `document_color` to capability framework (#38344)Maria Solano1
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-13fix(completion): wrong CompleteDone reason for auto-inserted sole match #38280glepnir1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-03-11fix(lsp): ensure augroup before querying autocmds #38254glepnir1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-11feat(lsp): do completionItem/resolve if completeopt=popup #32820glepnir1
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-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-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-26test: remove remaining use of feed_command() in terminal/ (#38069)zeertzjq1
2026-02-25test(lsp): flaky lsp/semantic_tokens_spec #38063zeertzjq1
2026-02-24refactor(test): lsp completion spec cleanup #38041glepnir1
2026-02-24refactor(test): avoid deprecated functions #37017glepnir1
2026-02-22fix(lsp): vim.lsp.completion clean up triggers on client detach (#38009)glepnir1
2026-02-19test(lsp): fix fake LSP server timeout not working (#37970)zeertzjq1
2026-02-18test(lsp): add entire-line completion word case (#37927)Bartłomiej Maryńczak1
2026-02-15test(lsp): wait up to 1 second to read messagesWayne Young1
2026-02-14refactor(lsp): centralize provider capability resolution #37221Tristan Knight1
2026-02-09fix(lsp): error on omnifunc completion (#37790)phanium1
2026-02-08fix(lsp): ignore empty response on trigger completion #37663Tomasz N1
2026-02-08test(lsp/diagnostic): clearing diagnostics #37759GenchoXD1
2026-02-08feat(lsp): display codelens as virtual lines, not virtual text #36469Mike J McGuirk1
2026-02-05test(lsp): retry "on_type_formatting enables formatting on type" #37711Justin M. Keyes1