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
2022-04-08
fix: save position into jumplist before 'edit' action (#1234)
Joshua Cao
2022-04-08
feat: global configuration of results_title and prompt_title (#1817)
Michael Benford
2022-03-26
chore: fix lint errors from latest ci run
Simon Hauser
2022-03-13
hotfix: scrolling should work correctly again
Simon Hauser
2022-03-13
fix: selection strategy madness if its not set to `reset` (#1559)
Simon Hauser
2022-03-13
fix: action mt again (#1487)
Simon Hauser
2022-03-11
fix: allow Number type should be allowed for option keys (#1782)
Fabio Manganiello
2022-03-10
fix: error on toggling selection with empty picker (#1786)
Tor Bratsberg
2022-02-15
feat: allow user to wrap picker results (#701, #1296) (#1735)
Sultanahamer
2022-01-18
fix: always update preview when `_selection_entry` changes (#1693)
Luke Kershaw
2022-01-15
fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)
Luke Kershaw
2022-01-14
feat: adds multiselect counter in prompt status_text (#1614)
Luke Kershaw
2022-01-09
feat: tiebreak config function (#1401)
Julian Fricker
2022-01-05
feat: multiselect icon (#1572)
Luke Kershaw
2022-01-05
fix: check if `status.preview_bufnr` is `nil` before checking if valid (#1657)
Luke Kershaw
2021-12-05
docs: functions in `pickers.lua` (#1554)
Luke Kershaw
2021-12-03
feat: highlight group for counter: TelescopePromptCounter
Simon Hauser
2021-11-30
docs: fix `Picker:get_row(index)` doc string (#1515)
Martin Roa Villescas
2021-11-30
fix: keep previewer `winid` state updated on layout changes (#1522)
Luke Kershaw
2021-11-29
add Normal highlights for prompt and results (#1514)
max397574
2021-11-28
fix: Border window also need to be winblend due to window overlap in multigri...
akiyosi
2021-11-23
Revert "fix: action mt so we can again concat actions from two different tabl...
Simon Hauser
2021-11-23
fix: telescope close process and cleanup layout actions (#1480)
Simon Hauser
2021-11-22
fix: action mt so we can again concat actions from two different tables (#1143)
Simon Hauser
2021-11-20
fix: error when opts is nil in pickers.new (#1471)
Salomon Popp
2021-11-18
fix: cleanup of layout actions
Luke Kershaw
2021-11-18
feat: layout actions (#1383)
Luke Kershaw
2021-11-18
feat: add hide / unhide preview (#1305)
johnybx
2021-11-15
Fixes #1371
TJ DeVries
2021-11-15
feat: allow changing results/prompt title & persisting multi on picker:refres...
fdschmidt93
2021-11-01
chore: remove a lot of deprecated stuff (#1399)
Simon Hauser
2021-10-31
fix: check if caret is present before removal (#1390)
Luke Kershaw
2021-10-28
fix: set preview `titlehighlight` when re-enabling preview (#1384)
Luke Kershaw
2021-10-26
feat: separate higlight for titles in picker windows (#1362)
Luke Kershaw
2021-10-21
fix: always remove previous caret when change selection (#1364)
Luke Kershaw
2021-10-20
fix: preview title key and a bug with dynamic_title (#1350)
Simon Hauser
2021-10-20
feat: recalculate picker layout on `VimResized` (#959)
Luke Kershaw
2021-10-11
fix: highlighting when `color_devicons=false` (#1328)
Jean-Luc Bastarache
2021-10-09
fix: processed count to exclude entries that got ignored in make_entry (#1323)
Simon Hauser
2021-10-08
feat: Add scrolling through results (#1232)
TJ DeVries
2021-09-19
fix: pickers use entry.filename as default and fallback to entry.value for fi...
TheLeoP
2021-09-16
docs: rewrite readme and add missing config values + builtin opts
Simon Hauser
2021-09-09
fix: restoring picker table/function opts (#1205)
fdschmidt93
2021-09-01
feat: allow caching and resuming picker (#1051)
fdschmidt93
2021-09-01
fix(pickers): initial normal mode (#1165)
fdschmidt93
2021-08-20
fix: Close async oneshot jobs on finder:close (#1140)
TJ DeVries
2021-08-20
feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)
TJ DeVries
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-08-11
feat: api for clearing completion cb in userspace (#1097)
fdschmidt93
2021-08-11
feat: Move to plenary.popup (#1102)
TJ DeVries
[next]