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