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
/
pickers.lua
Age
Commit message (
Expand
)
Author
2021-06-09
feat: delete entry from the picker without closing telescope (#828)
Dhruv Manilawala
2021-05-26
fix: abort picker set_selection if no manager (#866)
kaddkaka
2021-05-15
Reset multi-selection in Picker:refresh() (#830)
Tom Praschan
2021-05-09
fix: add check for nil win_id in Picker.close_windows (#831)
Luke Kershaw
2021-04-28
fix: Fix things for conni
TJ DeVries
2021-04-22
feat: allow reset prompt to set text as well
TJ DeVries
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-30
fix: no longer leaking one buffer previewer in some occasions (#664)
Simon Hauser
2021-03-09
nit: Don't reset highlights on detach
TJ DeVries
2021-02-28
fix: entry_prefix if selection_caret > entry_prefix (#572)
Simon Hauser
2021-02-27
feat: multi selection. Only integrates with send_selected_to_qflist (#551)
TJ DeVries
2021-02-27
fix: a lot of small things and adds more customization for caret (#554)
Simon Hauser
2021-02-23
feat: file browser & refresh interface (#290)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries
2021-02-09
fix: all git builtin respect cwd now (#517)
Simon Hauser
2021-02-04
nit: Abstract some functions (#498)
TJ DeVries
2021-02-02
Add user autocmd TelescopeFindPre (#491)
Raphael
2021-01-28
feat: allow a callback to be called on on_lines update (for filtering tags fr...
Senghan Bright
2021-01-24
fix: allow previewer win customization (#460)
Alvaro Muñoz
2021-01-17
feat: Add option to set initial_mode (#442)
wordhou
2021-01-11
feat: quickfix (#293)
TJ DeVries
2021-01-05
feat: add actions.get_current_line (#391)
oberblastmeister
2020-12-21
feat: Add better highlighting and new CI abilities (#355)
TJ DeVries
2020-12-18
Revert "fix: Better highlights (#344)" (#350)
Senghan Bright
2020-12-18
fix: Better highlights (#344)
TJ DeVries
2020-12-18
fix results count padding (#348)
Senghan Bright
2020-12-11
Fix: scroller for descending (#327)
Simon Hauser
2020-12-10
refactor: Move scroller into own testable module
TJ DeVries
2020-12-10
Revert "fix: cycle scroll when num_results is small (#316)"
TJ DeVries
2020-12-10
fix: cycle scroll when num_results is small (#316)
aca
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-12-03
Fix file_ingore_patterns for tags and lsp (#309)
Simon Hauser
2020-11-23
feat: Buffers rework (indicators and sorting) (#208)
Simon Hauser
2020-11-23
feat: v0.1 of extensions (#278)
TJ DeVries
2020-11-16
feat: Allow overriding actions from mappings (#248)
TJ DeVries
2020-11-13
fix: #236
TJ DeVries
2020-11-13
fix: selection_strategies row and follow (#218)
Simon Hauser
2020-11-02
feat: v1 options menu (#133)
Senghan Bright
2020-10-30
feat: Closes #205
TJ DeVries
2020-10-27
fix: attempt to fix problem for tami, hopefully no more error
TJ DeVries
2020-10-25
feat: Add ability to turn off devicon colors
TJ DeVries
2020-10-25
feat: Improve filtering ideas for sorters.
TJ DeVries
2020-10-24
feat: Use colors from nvim-devicons
TJ DeVries
2020-10-20
fix: trim spaces from prompt string
TJ DeVries
2020-10-19
fix: use results_height and results_width from config (#171)
Bastien Rivière
2020-10-17
refactor: prompt->prompt_title (#169)
Alvaro Muñoz
2020-10-08
feat: Add scroll_strategy = 'cycle'
TJ DeVries
2020-10-08
nit: Log when we fail with a busted bufnr
TJ DeVries
[next]