summaryrefslogtreecommitdiff
path: root/lua/telescope/finders.lua
AgeCommit message (Expand)Author
2022-08-13fix: make_entry.gen_from_string is a factory and needs to be called (#2116)MichaƂ Nowotnik
2021-09-13fix: default make_entry (#1239)Simon Hauser
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-04-13added a new DynamicFinder (which can be used with rust_analyzer) (#705)oberblastmeister
2021-04-08feat: asyncify pickers - except for live_grep (#709)TJ DeVries
2021-01-28feat: allow a callback to be called on on_lines update (for filtering tags fr...Senghan Bright
2021-01-04fix: live_grep will now accept cwd (#390)Simon Hauser
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-10-08fix: #140TJ DeVries
2020-10-08feat: Add scroll_strategy = 'cycle'TJ DeVries
2020-10-08feat: Do a bit better sorting for command historyTJ DeVries
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
2020-09-21feat: Disable job recording from plenary.TJ DeVries
2020-09-11feat: add a bit better writer supportTJ DeVries
2020-09-11feat: Add some more layout optionsTJ DeVries
2020-09-06View the planets (#12)smolck
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-03feat: Add cool mapping for <C-R> in command modeTJ DeVries
2020-09-02fix: clear last lineTJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-08-31wip: Messing around w/ ffi for some stuffTJ DeVries
2020-08-31feat: Combine configuration into picker.new()TJ DeVries
2020-08-31Revert finders.lua changesmolck
2020-08-31Add FZF builtin for searching vim.v.oldfilessmolck
2020-08-31feat: Add better mapping supportTJ DeVries
2020-08-29fix: but I don't like that I fixed by scheduling... Seems race conditionTJ DeVries
2020-08-29fix: Think I fixed the weird movementsTJ DeVries
2020-08-27feat: Add livegrep and lsp referecnesTJ DeVries
2020-08-20WIP: Actually get the UI to work and add some testsTJ DeVries
2020-08-03Work on ngram sorterTJ DeVries
2020-07-31Streamed some refactoring. More work to doTJ DeVries
2020-07-17Another streamTJ DeVries
2020-07-15Get simple rg example to workTJ DeVries