summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2025-04-26perf(lsp): include `previousResultId` in `DocumentDiagnosticParams` #32887Yi Ming1
2025-04-26fix(lsp): detect if Client:request resolved synchronously #33624Bartłomiej Maryńczak1
2025-04-26fix(lsp): cycling signatures with the default `config.focusable`Yi Ming1
2025-04-26fix(lsp): prioritize showing active signatureYi Ming1
2025-04-24fix(docs) fix syntax error in Lua snippet for `vim.lsp.document_color` #33612Stephan Seitz1
2025-04-24fix(lsp): don't create an `'LspAttach'` `document_color` autocommandMaria José Solano1
2025-04-24fix(lsp): ensure `bufstate` when calling `vim.lsp.document_color.is_enabled`Maria José Solano1
2025-04-24feat(lsp): support `textDocument/documentColor`Maria José Solano2
2025-04-24refactor(lsp): add `handler` to `vim.lsp.util._refresh` optionsMaria José Solano1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal1
2025-04-21refactor(lsp): use method type annotations for parametersMaria José Solano2
2025-04-17fix(lsp): opts.reuse_win does not jump if buf is already open #33476Au.1
2025-04-17refactor(lsp): gen_lspLewis Russell1
2025-04-17feat(lsp): use stricter types for methodsLewis Russell5
2025-04-09fix(lsp): "bold" border for vim.lsp.buf.hover #33395Siddhant Agarwal1
2025-04-07fix(health): expecting nonexistent "inotifywait" function #33312Felipe Lema1
2025-04-04feat(lsp.util): deprecate vim.lsp.util.stylize_markdownLewis Russell1
2025-04-04fix: bug in stylize_markdownLewis Russell1
2025-03-31refactor: add basic stringbuffer shimLewis Russell1
2025-03-31perf(lsp): use string.buffer for rpc loopMathias Fussenegger1
2025-03-31perf(lsp): optimize content length extraction from rpc headersMathias Fussenegger1
2025-03-30feat(lsp): workspace_required #31824Michael Strobel1
2025-03-30fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999Bartłomiej Maryńczak1
2025-03-28fix(lsp): warn on missing config in :checkhealth #33087Micah Halter1
2025-03-26docs(lsp): completion.enable #33063Mathias Fußenegger1
2025-03-26docs: news, lsp autocomplete #33047Justin M. Keyes1
2025-03-22fix(lsp): handle using array as open_floating_preview title (#33016)Au.1
2025-03-21docs: misc (#32928)dundargoc1
2025-03-21docs: LSP completion #33006Justin M. Keyes1
2025-03-18feat(float): add winborder option (#31074)glepnir1
2025-03-17fix(diagnostic): remove deprecated `severity_limit` optionChristian Clason1
2025-03-17docs: miscJustin M. Keyes1
2025-03-16perf(lsp): don't construct potentially expensive stringsRiley Bruins1
2025-03-16refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)Mathias Fußenegger1
2025-03-15fix(lsp): correctly check for "codeAction/resolve" supportTobias Schmitz1
2025-03-15fix(lsp): autocmds to close lsp preview windows not clearedbekaboo1
2025-03-12fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell1
2025-03-11refactor(lsp): rename `on_publish_diagnostics` parameter #32776Will Lillis1
2025-03-11fix(lsp): improve LSP floating preview window cleanup #31353glepnir1
2025-03-11fix(lsp): wrapped ctx in opts before passed to vim.lsp.completion.trigger #32837glepnir1
2025-03-10feat(lsp): support completion context #32793Maria José Solano2
2025-03-07fix(lsp): use unresolved code action when `codeAction/resolve` failsMaria José Solano1
2025-03-06feat(lsp): support for resolving code action command (#32704)Maria José Solano2
2025-03-04fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir1
2025-03-02docs: misc #31996Justin M. Keyes4
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2025-02-25fix(lsp): resize hover window for concealed linesLuuk van Baal1
2025-02-23fix(lsp): reset the applied hints on `refresh` request #32446Yi Ming1
2025-02-23Merge #32503 feat(lsp): use the meta model to generate server capability mapJustin M. Keyes3
2025-02-23fix(float): ensure floating window width can fit titleMaria José Solano1