summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/util.lua
AgeCommit message (Expand)AuthorFiles
2026-04-23fix(lsp): malformed edit if apply_text_edits() is called twice #34954geril071
2026-04-15fix(lsp): set 'winfixbuf' in open_floating_preview() window #39058Raizento1
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes1
2026-04-12fix(lsp): show_document can't position cursor past EOL in insert-mode #38566Lars Debor1
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-04-08fix(lsp): apply_text_edits causes unwanted BufDelete events #38778glepnir1
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell1
2025-11-17fix(lsp): set concealcursor='' in LSP floating windows #36596skewb1k1
2025-10-22fix(lsp): set 'linebreak' in floating windows (#36275)Fredrik Lanker1
2025-10-05fix: remove quotes around `nil` deprecation alternatives (#36047)Maria Solano1
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-08-18refactor(lsp): move `util.enable` to `capability.enable`Yi Ming1
2025-08-11feat(lsp): support signature help noActiveParameterSupport #34838skewb1k1
2025-08-06feat(lsp): improve signature help display #35190skewb1k1
2025-08-06fix(lsp): show title when global winborder is set (#35181)glepnir1
2025-08-05fix(lsp): make thematic break parsing conform to GFM spec (#35162)skewb1k1
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-15fix(lsp): close floating preview window correctly #34946Donatas1
2025-07-12refactor(lsp): drop vim.lsp.util._refresh() #33903Yi Ming1
2025-07-13refactor(lsp): utility functions for `enable()/is_enabled()`Yi Ming1
2025-07-10fix(lsp): custom 'winborder' in make_floating_popup_options() #34868Sebastian Lyng Johansen1
2025-07-08fix(health): floating window closes when opening TOC (gO) #34794glepnir1
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-06fix: type fixesLewis Russell1
2025-05-02fix(lsp): use `bufnr` when getting clients in `symbols_to_items` (#33760)Maria José Solano1
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-17feat(lsp): use stricter types for methodsLewis Russell1
2025-04-09fix(lsp): "bold" border for vim.lsp.buf.hover #33395Siddhant Agarwal1
2025-04-04feat(lsp.util): deprecate vim.lsp.util.stylize_markdownLewis Russell1
2025-04-04fix: bug in stylize_markdownLewis Russell1
2025-03-22fix(lsp): handle using array as open_floating_preview title (#33016)Au.1
2025-03-18feat(float): add winborder option (#31074)glepnir1
2025-03-15fix(lsp): autocmds to close lsp preview windows not clearedbekaboo1
2025-03-11fix(lsp): improve LSP floating preview window cleanup #31353glepnir1
2025-03-04fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir1
2025-03-02docs: misc #31996Justin M. Keyes1
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(float): ensure floating window width can fit titleMaria José Solano1
2025-02-13fix(lsp): missing method parameter when canceling requestsYi Ming1
2025-02-12fix(lsp): on detach, cancel pending foldingRange requests #31509Yi Ming1
2025-02-11feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming1
2025-02-11feat(lsp): include `end_col` and `end_lnum` in `vim.lsp.buf.symbols_to_items`Yi Ming1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-20fix(lsp): set floating window filetype after setup #32112Guilherme Soares1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1