summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2021-11-30fix: keep previewer `winid` state updated on layout changes (#1522)Luke Kershaw
2021-11-29add Normal highlights for prompt and results (#1514)max397574
2021-11-28fix: Border window also need to be winblend due to window overlap in multigri...akiyosi
2021-11-23Revert "fix: action mt so we can again concat actions from two different tabl...Simon Hauser
2021-11-23fix: telescope close process and cleanup layout actions (#1480)Simon Hauser
2021-11-22fix: action mt so we can again concat actions from two different tables (#1143)Simon Hauser
2021-11-20fix: error when opts is nil in pickers.new (#1471)Salomon Popp
2021-11-18fix: cleanup of layout actionsLuke Kershaw
2021-11-18feat: layout actions (#1383)Luke Kershaw
2021-11-18feat: add hide / unhide preview (#1305)johnybx
2021-11-15Fixes #1371TJ DeVries
2021-11-15feat: allow changing results/prompt title & persisting multi on picker:refres...fdschmidt93
2021-11-01chore: remove a lot of deprecated stuff (#1399)Simon Hauser
2021-10-31fix: check if caret is present before removal (#1390)Luke Kershaw
2021-10-28fix: set preview `titlehighlight` when re-enabling preview (#1384)Luke Kershaw
2021-10-26feat: separate higlight for titles in picker windows (#1362)Luke Kershaw
2021-10-21fix: always remove previous caret when change selection (#1364)Luke Kershaw
2021-10-20fix: preview title key and a bug with dynamic_title (#1350)Simon Hauser
2021-10-20feat: recalculate picker layout on `VimResized` (#959)Luke Kershaw
2021-10-11fix: highlighting when `color_devicons=false` (#1328)Jean-Luc Bastarache
2021-10-09fix: processed count to exclude entries that got ignored in make_entry (#1323)Simon Hauser
2021-10-08feat: Add scrolling through results (#1232)TJ DeVries
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