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
/
sorters.lua
Age
Commit message (
Expand
)
Author
2022-08-26
fix(sorters): add highlighter to fuzzy_with_index_bias (#2134)
Munif Tanjim
2022-07-07
chore: reformat with stylua 0.14.0
Simon Hauser
2022-06-30
break: deprecate utils.get_default utils.if_nil (#1545)
Simon Hauser
2022-04-03
chore: reformat with stylua 0.13
Simon Hauser
2021-12-27
fix(sorters): Ensure 'cb_filter' defined when creating new index-bias sorter ...
August Masquelier
2021-08-21
fix: for default sorters so we dont sort data after ordinal len if #prompt ==...
Simon Hauser
2021-08-20
fix(sorters): fix sorters running after destroy, which can segfault (#1137)
TJ DeVries
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-16
fix: Default to an empty sorter, so we always have one
TJ DeVries
2021-04-15
feat: Add more sorter hooks (#752)
TJ DeVries
2021-04-08
feat: asyncify pickers - except for live_grep (#709)
TJ DeVries
2021-03-09
feat: add completion to pre-filtering (#626)
fdschmidt93
2021-03-03
feat: lsp diagnostics and prefiltering by entry attribute (#543)
fdschmidt93
2021-01-18
Substring matcher (#443)
Senghan Bright
2020-11-23
feat: highlighter only
TJ DeVries
2020-11-23
feat: v0.1 of extensions (#278)
TJ DeVries
2020-10-25
feat: Improve filtering ideas for sorters.
TJ DeVries
2020-10-20
feat: Add a sorter using the fzy algorithm (#184)
swarn
2020-10-08
feat: Do a bit better sorting for command history
TJ DeVries
2020-10-08
fix: Shortcircuit on nil entries and do not allow string entries
TJ DeVries
2020-10-06
fix: Reduce memory leaks (#148)
TJ DeVries
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-26
feat: Add TelescopeMatching a new highlight for matches from sorters
TJ DeVries
2020-09-18
fix: Make tests pass again
TJ DeVries
2020-09-17
fix: Don't pass nil to scoring func
TJ DeVries
2020-09-15
feat: improve (?) performance of default sorter
TJ DeVries
2020-09-11
feat: add current file fuzzy finder
TJ DeVries
2020-09-04
fix: Don't push past midnight. You'll make clason's stuff break :/
TJ DeVries
2020-09-01
feat/hack: Add builtin.builtin
TJ DeVries
2020-09-01
feat: new fuzzy sorter
TJ DeVries
2020-09-01
wip: new sorters
TJ DeVries
2020-08-27
feat: Add livegrep and lsp referecnes
TJ DeVries
2020-08-24
Add fuzzy git file finderZ
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