summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2022-08-24fix(pickers): always redraw when screen is resized (#2140)Aki
2022-08-19Revert "rfc: use extmarks for highlighting and carets (#2099)" (#2138)Fabian David Schmidt
2022-08-18rfc: use extmarks for highlighting and carets (#2099)Jeremy Saenz
2022-08-13chore: reduce log level to trace in pickers.lua (#2124)Jonas Strittmatter
2022-07-12perf: limit scrolling size (#2059)Simon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-06-30feat: clear previewer if no item is selected (#2004)Simon Hauser
2022-06-30feat: force buffer delete for terminal and improvements for Picker:delete_sel...TheMeaningfulEngineer
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30feat: none strategy & control attachment (#1867)fdschmidt93
2022-06-01fix: cursor move in actions.insert_symbol_i (#1979)Fabian David Schmidt
2022-05-20fix: exiting picker from insert mode (#1202)fdschmidt93
2022-05-18fix: set tagstack when we jump with lsp in telescope (#1887)dagle
2022-05-15feat: Add ability to choose window to edit (#745)TJ DeVries
2022-05-05fix: another teardown issue (#1918)Simon Hauser
2022-05-04fix: initial mode setting issues (#1917)fdschmidt93
2022-05-03Revert "fix(pickers): misc initial_mode setting fixes (#1895)" (#1914)fdschmidt93
2022-05-03fix(pickers): misc initial_mode setting fixes (#1895)fdschmidt93
2022-05-01fix: termopen previewer (#1901)Simon Hauser
2022-04-27fix(finder): don't trigger twice w/ inital_mode="insert" (#1886)fdschmidt93
2022-04-26fix: prompt now has always buftype promptSimon Hauser
2022-04-22feat: lua autocmd (#1707)Dave Lage
2022-04-22fix: fix keep insert when going from telescope window to telescope window (#1...kylo252
2022-04-20fix: extra finder loop on refresh w/ reset prompt (#1860)fdschmidt93
2022-04-17fix: error if telescope is being opened from command-line windowSimon Hauser
2022-04-17fix: displayer when tabs are used and ts is != 1 (#1845)Simon Hauser
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