summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
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-23fix(lsp): malformed edit if apply_text_edits() is called twice #34954geril071
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-22perf(lsp): clear table by table.clear() #39222Yi Ming2
2026-04-19fix(lsp): notify when maximum created `hl` groups is reached #39231Maria Solano1
2026-04-19docs(lsp): description for `on_list` example #39230Maria Solano1
2026-04-18fix(lsp): stale codelens after external file change (#39203)Jaehwang Jung1
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-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-16refactor(lsp): provide a default list handler example #39005Yi Ming1
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
2026-04-16refactor(lsp): fix typing for LSP methods #39099Luis Calle1
2026-04-15fix(lsp): set 'winfixbuf' in open_floating_preview() window #39058Raizento1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes3
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-15feat(lsp): highlight foldtext via treesitter #38789Yi Ming1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes3
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir2
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-11fix(lsp): codelens text flickers #38782Jaehwang Jung1
2026-04-10feat(ex): add `:log` commandOlivia Kinnear1
2026-04-09refactor(lsp): share code by `get_locations` #38902Yi Ming1
2026-04-08feat(api): rename buffer to buf #35330Jordan7
2026-04-08fix(lsp): apply_text_edits causes unwanted BufDelete events #38778glepnir1
2026-04-08fix(diagnostics)!: restore `is_pull` namespace argument #38698Maria Solano2
2026-04-08refactor(filetype): move _get_known_filetypes, return a Set #38886Justin M. Keyes1
2026-04-08fix(health): misleading warnings re filetypes registered w/ vim.filetype.add(...Barrett Ruth1
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-02refactor(lsp): remove implicit rpc error tostring #38707Yi Ming4
2026-04-01docs: misc #38584Justin M. Keyes1
2026-04-01Merge #38560 refactor vim.lsp.rpcJustin M. Keyes3
2026-04-01refactor(lsp): better encapsulation and readability, inline unnecessaryYi Ming2
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-30feat(lsp): respect 'switchbuf' for jump commands, drop `reuse_win` #38510Yi Ming1
2026-03-30refactor(lsp): merge `vim.lsp.rpc.Client` and `vim.lsp.rpc.PublicClient`Yi Ming2
2026-03-29fix(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