summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers/_test.lua
AgeCommit message (Collapse)Author
2023-01-06fix(tests): uses testharness in scrolling strategy (#2307)Adam Tajti
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
So we can use `vim.json` and `vim.diagnostics`. If you aren't able to update to 0.6.* yet you should pin the previous commit.
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-01-15feat: show git log for remote branches (#428)Simon Hauser
2021-01-11feat: quickfix (#293)TJ DeVries
* feat: quickfix (not implemented) * [WIP]: Wed 09 Dec 2020 11:11:30 PM EST * somewhat working linked list impl * getting closer * might be working * might be working for real * works and implemented basic example * dont forget to close prompt * fix descending and add more tests * test fixes * fix test * more logging * Fix some more tests * Fix logging messing up tests * fix: lint * fix: multi select stuffs
2020-12-23ci: more tests (#359)TJ DeVries
* more tests * lint