aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* feat(health): summary in section heading #33388Yochem van Rosmalen2025-04-09
* test(plugin/shada_spec): failure if timezone isn't a whole hour ahead of UTC ...tstsrt2025-04-04
* fix(lsp): better handling of "*" configsLewis Russell2025-03-31
* feat(lsp): workspace_required #31824Michael Strobel2025-03-30
* fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999Bartłomiej Maryńczak2025-03-30
* feat(checkhealth): emoji for OK/WARN/ERROR #33172Justin M. Keyes2025-03-30
* fix(health): message should mention "vim.provider" #33095Eisuke Kawashima2025-03-27
* test(checkhealth): nested path 'runtimepath' #33034phanium2025-03-23
* fix(lsp): handle using array as open_floating_preview title (#33016)Au.2025-03-22
* Merge pull request #32871 from ofseed/test-lspLewis Russell2025-03-17
|\
| * test(lsp): add a test for refreshing hints after being requestedYi Ming2025-03-17
| * test(lsp): add a test for resetting the active request after receiving errorYi Ming2025-03-17
* | refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)Mathias Fußenegger2025-03-16
* | fix(checkhealth): handle nested lua/ directory #32918phanium2025-03-16
* | docs: miscdundargoc2025-03-15
|/
* test: do not dedent() in feed() (#32884)zeertzjq2025-03-14
* feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger2025-03-14
* fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell2025-03-12
* fix(lsp): improve LSP floating preview window cleanup #31353glepnir2025-03-11
* fix(lsp)!: pass buffer number to root_dir functionLewis Russell2025-03-10
* feat(lsp): support completion context #32793Maria José Solano2025-03-10
* fix(tohtml): disable modeline #32822altermo2025-03-10
* test(lsp/utils): prevent CursorMoved closing float immediately (#32782)zeertzjq2025-03-08
* docs: OSC 133 shell config #32771Justin M. Keyes2025-03-07
* feat(lsp): support for resolving code action command (#32704)Maria José Solano2025-03-06
* fix(display): adjust winline info for concealed lines below last line (#32708)luukvbaal2025-03-04
* fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir2025-03-04
* fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal2025-02-28
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* fix(move): wrong cursor row on concealed line (#32629)luukvbaal2025-02-25
* fix(lsp): resize hover window for concealed linesLuuk van Baal2025-02-25
* fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
* feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2025-02-14
* fix(lsp): clear word when expand multi-lines word (#32393)glepnir2025-02-13
* fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)Robert Muir2025-02-13
* feat(lsp)!: `symbol_to_item` requires `offset_encoding`Yi Ming2025-02-11
* fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger2025-01-19
* fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger2025-01-17
* fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)Gregory Anders2025-01-14
* fix(lsp): minimum height for floating popup #31990Xuyuan Pang2025-01-13
* feat(health): show :checkhealth in floating window #31086glepnir2025-01-07
* fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal2025-01-06
* feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger2024-12-31
* feat(lsp): support function for client root_dir (#31630)Gregory Anders2024-12-27
* refactor(man.lua): various changesLewis Russell2024-12-18
* fix(lsp): vim.lsp.start fails if existing client has no workspace_folders #31608phanium2024-12-18
* fix(Man): completion on MacLewis Russell2024-12-16
* fix(lsp): reuse client if configs match and no root dirLewis Russell2024-12-13
* feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell2024-12-10