summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2021-09-19fix: pickers use entry.filename as default and fallback to entry.value for fi...TheLeoP
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-09fix: restoring picker table/function opts (#1205)fdschmidt93
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-09-01fix(pickers): initial normal mode (#1165)fdschmidt93
2021-08-20fix: Close async oneshot jobs on finder:close (#1140)TJ DeVries
2021-08-20feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)TJ DeVries
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-11feat: api for clearing completion cb in userspace (#1097)fdschmidt93
2021-08-11feat: Move to plenary.popup (#1102)TJ DeVries
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-18Set a filetype for the results buffer (#1019)Rasmus Bergström
2021-07-09feat: cycle prompt history (#521)Simon Hauser
2021-07-03feat: select_all, toggle_all and drop_all actions (#931)fdschmidt93
2021-07-02feat: `selection_strategy` closest (#885)Tom
2021-07-02fix: table number option extend (#947)Luke Kershaw
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
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