summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(lsp): handle self-mapped methods in supports_method #39383nightlyTristan Knight1
2026-04-24fix(lsp): more info in error msg, deduplicate test #39359Justin M. Keyes1
2026-04-23fix(lsp): handle null id in JSON-RPC responses #38340atusy1
2026-04-17test(lsp): extract buf/util parts from lsp_spec.lua #39149Yi Ming1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-12fix(lsp): show_document can't position cursor past EOL in insert-mode #38566Lars Debor1
2026-04-12fix(lsp): send didOpen on save to all clients+groups #37454Emilv21
2026-04-08fix(lsp): apply_text_edits causes unwanted BufDelete events #38778glepnir1
2026-03-30feat(lsp): respect 'switchbuf' for jump commands, drop `reuse_win` #38510Yi Ming1
2026-03-29test: fix s390x failuresJustin M. Keyes1
2026-03-24test(lsp): get_configs resolves only necessary configsJustin M. Keyes1
2026-03-22revert: "feat(lsp): add `buftypes` field to `vim.lsp.Config`" #38421Maria Solano1
2026-03-21feat(lsp): add `buftypes` field to `vim.lsp.Config` (#38380)Barrett Ruth1
2026-03-19refactor(lsp): replace _provider_value_get with _provider_foreachtris2031
2026-03-19feat(lsp): vim.lsp.get_configs() #37237Olivia Kinnear1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-02-19test(lsp): fix fake LSP server timeout not working (#37970)zeertzjq1
2026-02-16fix(lsp): map all LSP methods to server capabilities (#37910)Tristan Knight1
2026-02-15fix(lsp): support workspace/configuation with no section #27510Tim Pope1
2026-02-14refactor(lsp): centralize provider capability resolution #37221Tristan Knight1
2026-02-03feat(lsp)!: reimplement `textDocument/codeLens` as decoration providerYi Ming1
2026-01-27fix: lsp.enable() don't work correctly inside FileType event #37538phanium1
2026-01-27feat(lsp): semantic token range improvements #37451jdrouhard1
2026-01-12docs: misc (#37281)zeertzjq1
2026-01-11perf(lsp): avoid textDocument/definition requests during tag completion (#37260)Robert Muir1
2026-01-02fix(lsp): improve dynamic registration handling #37161Tristan Knight1
2025-12-15fix(lsp): correct capability checks for dynamic registration (#36932)Tristan Knight1
2025-11-16feat(lsp): skip invalid header lines #36402tao1
2025-11-12fix(lsp): reuse_win prioritizes windows/tabs currently displayed #36486Toby She1
2025-11-10feat(lsp): deprecate `vim.lsp.stop_client` (#36459)Olivia Kinnear1
2025-10-27fix(lsp): stop repeatedly resuming dead coroutine #35743tao1
2025-10-14revert "fix(lsp): _get_workspace_folders does not handle root_dir() function"...Mathias Fußenegger1
2025-10-15fix(lsp): "attempt to index nil config" #36189Justin M. Keyes1
2025-10-11fix(lsp): _get_workspace_folders does not handle root_dir() function #36071atusy1
2025-09-17test(lsp): make async format test work properly (#35794)zeertzjq1
2025-09-13fix(lsp): misleading logs in non-applicable filetypes #35749Justin M. Keyes1
2025-08-27fix(lsp): don't treat MarkedString[] with language id as empty #35518Robert Muir1
2025-08-17refactor(tests): remove redundant test #35364Justin M. Keyes1
2025-08-17fix(api,lsp): call on_detach before wiping out the buffer #35355Jaehwang Jung1
2025-08-06feat(lsp): improve signature help display #35190skewb1k1
2025-08-03fix(lsp): decode 'null' in server responses as vim.NIL #34849skewb1k1
2025-07-22fix(lsp): support `containerName` in symbol requests #35029Riley Bruins1
2025-07-20fix(lsp): show notification with empty hover response (#35014)Maria José Solano1
2025-07-06feat(lsp): handle deprecated document symbols (#34751)Maria José Solano1
2025-06-23feat(lsp): support annotated text edits (#34508)Maria José Solano1
2025-06-18feat(lsp): pass resolved config to cmd() #34550Julian Visser1
2025-06-16feat(lsp): handle disabled code actions (#34453)Riley Bruins1
2025-06-09feat(lsp): workspace diagnostic support (#34262)Maria José Solano1
2025-06-09feat(lsp): static registration support (#34371)Maria José Solano1
2025-06-01docs: news, intro, lsp, api #33687Justin M. Keyes1