summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
2022-04-08feat: global configuration of results_title and prompt_title (#1817)Michael Benford
2022-03-26chore: fix lint errors from latest ci runSimon Hauser
2022-03-13hotfix: scrolling should work correctly againSimon Hauser
2022-03-13fix: selection strategy madness if its not set to `reset` (#1559)Simon Hauser
2022-03-13fix: action mt again (#1487)Simon Hauser
2022-03-11fix: allow Number type should be allowed for option keys (#1782)Fabio Manganiello
2022-03-10fix: error on toggling selection with empty picker (#1786)Tor Bratsberg
2022-02-15feat: allow user to wrap picker results (#701, #1296) (#1735)Sultanahamer
2022-01-18fix: always update preview when `_selection_entry` changes (#1693)Luke Kershaw
2022-01-15fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)Luke Kershaw
2022-01-14feat: adds multiselect counter in prompt status_text (#1614)Luke Kershaw
2022-01-09feat: tiebreak config function (#1401)Julian Fricker
2022-01-05feat: multiselect icon (#1572)Luke Kershaw
2022-01-05fix: check if `status.preview_bufnr` is `nil` before checking if valid (#1657)Luke Kershaw
2021-12-05docs: functions in `pickers.lua` (#1554)Luke Kershaw
2021-12-03feat: highlight group for counter: TelescopePromptCounterSimon Hauser
2021-11-30docs: fix `Picker:get_row(index)` doc string (#1515)Martin Roa Villescas
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