index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
finders.lua
Age
Commit message (
Expand
)
Author
2022-08-13
fix: make_entry.gen_from_string is a factory and needs to be called (#2116)
MichaĆ Nowotnik
2021-09-13
fix: default make_entry (#1239)
Simon Hauser
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-04-13
added a new DynamicFinder (which can be used with rust_analyzer) (#705)
oberblastmeister
2021-04-08
feat: asyncify pickers - except for live_grep (#709)
TJ DeVries
2021-01-28
feat: allow a callback to be called on on_lines update (for filtering tags fr...
Senghan Bright
2021-01-04
fix: live_grep will now accept cwd (#390)
Simon Hauser
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-10-08
fix: #140
TJ DeVries
2020-10-08
feat: Add scroll_strategy = 'cycle'
TJ DeVries
2020-10-08
feat: Do a bit better sorting for command history
TJ DeVries
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-21
feat: Disable job recording from plenary.
TJ DeVries
2020-09-11
feat: add a bit better writer support
TJ DeVries
2020-09-11
feat: Add some more layout options
TJ DeVries
2020-09-06
View the planets (#12)
smolck
2020-09-04
fix: Don't push past midnight. You'll make clason's stuff break :/
TJ DeVries
2020-09-03
feat: Major improvements in API. Particularly relating to entries.
TJ DeVries
2020-09-03
feat: Add cool mapping for <C-R> in command mode
TJ DeVries
2020-09-02
fix: clear last line
TJ DeVries
2020-09-02
feat: add some new items and make mappings easier
TJ DeVries
2020-08-31
wip: Messing around w/ ffi for some stuff
TJ DeVries
2020-08-31
feat: Combine configuration into picker.new()
TJ DeVries
2020-08-31
Revert finders.lua change
smolck
2020-08-31
Add FZF builtin for searching vim.v.oldfiles
smolck
2020-08-31
feat: Add better mapping support
TJ DeVries
2020-08-29
fix: but I don't like that I fixed by scheduling... Seems race condition
TJ DeVries
2020-08-29
fix: Think I fixed the weird movements
TJ DeVries
2020-08-27
feat: Add livegrep and lsp referecnes
TJ DeVries
2020-08-20
WIP: Actually get the UI to work and add some tests
TJ DeVries
2020-08-03
Work on ngram sorter
TJ DeVries
2020-07-31
Streamed some refactoring. More work to do
TJ DeVries
2020-07-17
Another stream
TJ DeVries
2020-07-15
Get simple rg example to work
TJ DeVries