summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2026-04-18fix(lsp): skip codelens refresh redraw for deleted buffer #39193Jaehwang Jung1
2026-04-18fix(lsp): show CompletionItem.detail in info popup #38904glepnir1
2026-04-16backport test: lint naming conventions (#39124)Justin M. Keyes1
2026-04-16refactor(lsp): fix typing for LSP methods #39099Luis Calle1
2026-04-15backport: refactor: update usages of deprecated "buffer" param #39090Justin M. Keyes2
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-14docs: lsp, options, apiJustin M. Keyes3
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-11fix(lsp): check stale context in hover/signature callback #38724glepnir1
2026-04-09backport: feat(api): rename buffer to buf (#38899)Justin M. Keyes7
2026-04-08Merge pull request #38894 backportsJustin M. Keyes1
2026-04-08fix(lsp): apply_text_edits causes unwanted BufDelete events #38778glepnir1
2026-04-08refactor(filetype): move _get_known_filetypes, return a Set #38886Justin M. Keyes1
2026-04-08fix(lsp): check filetype registry in health (#38885)neovim-backports[bot]1
2026-04-08fix(diagnostics)!: restore `is_pull` namespace argument #38698Maria Solano2
2026-04-06feat(vim.pos)!: require `buf` param on vim.pos, vim.range #38665Luis Calle3
2026-04-05fix(lsp): do not respond to codelens refresh if a request is already schedule...Yi Ming1
2026-04-01backport: docs: misc #38692Justin M. Keyes1
2026-03-31fix(lsp): use `winresetview()` to avoid switching to normal mode (#38641)Yi Ming1
2026-03-30docs: fix syntax errors in examples #38606skewb1k1
2026-03-30fix(lsp): reset document color processed version on clear (#38582)Maria Solano1
2026-03-29fix(lsp): highlight snippet preview when server can't completionItem/resolve ...Marcus Caisey1
2026-03-29docs: misc #38532Justin M. Keyes1
2026-03-29feat: extend vim.Pos, vim.Range #36397Luis Calle3
2026-03-27docs(lsp): add `init_options` to Copilot example #38502Maria Solano1
2026-03-23fix(lsp): get_namespace signature (#38449)Tristan Knight2
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