summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2025-04-30feat(lsp): start/stop LSPs as necessary during vim.lsp.enable() #33702Jeremy Fleischman1
2025-04-30feat(lsp): `root_markers` can control priority #33485Lorenzo Bellina1
2025-04-27feat(checkhealth): trigger FileType event after showing report #33677Justin M. Keyes1
2025-04-27docs: provide example_init.lua #33524Phạm Bình An1
2025-04-26test: drop redundant clear() #33654Justin M. Keyes1
2025-04-26test: drop redundant clear() #33647Justin M. Keyes1
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-24fix(lsp): ensure `bufstate` when calling `vim.lsp.document_color.is_enabled`Maria José Solano1
2025-04-24feat(lsp): support `textDocument/documentColor`Maria José Solano1
2025-04-22feat(runtime): revert cfilter, ccomplete to legacy VimChristian Clason1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-04-17fix(lsp): opts.reuse_win does not jump if buf is already open #33476Au.1
2025-04-15fix(man.lua): E95 when piping to :Man #33068João Bettencourt1
2025-04-15vim-patch:829eda7: runtime(new-tutor): update tutor and correct comandline co...Phạm Bình An1
2025-04-09feat(health): summary in section heading #33388Yochem van Rosmalen1
2025-04-04test(plugin/shada_spec): failure if timezone isn't a whole hour ahead of UTC ...tstsrt1
2025-03-31fix(lsp): better handling of "*" configsLewis Russell1
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-30feat(checkhealth): emoji for OK/WARN/ERROR #33172Justin M. Keyes1
2025-03-27fix(health): message should mention "vim.provider" #33095Eisuke Kawashima1
2025-03-23test(checkhealth): nested path 'runtimepath' #33034phanium1
2025-03-22fix(lsp): handle using array as open_floating_preview title (#33016)Au.1
2025-03-17Merge pull request #32871 from ofseed/test-lspLewis Russell2
2025-03-17test(lsp): add a test for refreshing hints after being requestedYi Ming1
2025-03-17test(lsp): add a test for resetting the active request after receiving errorYi Ming1
2025-03-16refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)Mathias Fußenegger1
2025-03-16fix(checkhealth): handle nested lua/ directory #32918phanium1
2025-03-15docs: miscdundargoc1
2025-03-14test: do not dedent() in feed() (#32884)zeertzjq1
2025-03-14feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger1
2025-03-12fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell1
2025-03-11fix(lsp): improve LSP floating preview window cleanup #31353glepnir1
2025-03-10fix(lsp)!: pass buffer number to root_dir functionLewis Russell1
2025-03-10feat(lsp): support completion context #32793Maria José Solano1
2025-03-10fix(tohtml): disable modeline #32822altermo1
2025-03-08test(lsp/utils): prevent CursorMoved closing float immediately (#32782)zeertzjq1
2025-03-07docs: OSC 133 shell config #32771Justin M. Keyes1
2025-03-06feat(lsp): support for resolving code action command (#32704)Maria José Solano1
2025-03-04fix(display): adjust winline info for concealed lines below last line (#32708)luukvbaal1
2025-03-04fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir1
2025-02-28fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2025-02-25fix(move): wrong cursor row on concealed line (#32629)luukvbaal1
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-22fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger1
2025-02-14feat(lsp): add support for completionItem.command resolvingMathias Fussenegger1
2025-02-13fix(lsp): clear word when expand multi-lines word (#32393)glepnir1