summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers
AgeCommit message (Expand)Author
2021-07-18fix for #847 (#1022)Ben Smith
2021-07-18Mirror option for bottom_pane layout_strategy (#847)Ben Smith
2021-07-16feat: add cursor layout (#878)Corentin Brunel
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
2021-06-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-05-15feat: add ivy-style layout strategy (#771)TJ DeVries
2021-04-08feat: asyncify pickers - except for live_grep (#709)TJ DeVries
2021-04-06feat: buf highlights for current buffer fuzzy find (#732)TJ DeVries
2021-03-29picker(git_branch): show committer, upstream and date (#695)Kyoichiro Yamada
2021-03-17fix: Do not error with clearing namespace on clearing displayTJ DeVries
2021-03-05feat: define scroll speed + smart_send to qflist (#610)elianiva
2021-03-03docs: start documenting previewers (#574)Simon Hauser
2021-02-28feat: layout horizontal and vertical can now be mirrored (#548)Ben Smith
2021-02-27feat: multi selection. Only integrates with send_selected_to_qflist (#551)TJ DeVries
2021-02-26fix: proper multibytes chars alignment (#560)elianiva
2021-02-24feat: Add vim docs & generators (#370)TJ DeVries
2021-02-24fix: scroll misbehaving + fixed jump to middle (#547)elianiva
2021-02-24feat: adds M mapping in normal mode (#544)Hubert Pelczarski
2021-02-24feat: advanced normal mode (#463)Simon Hauser
2021-01-31fix: Multi byte truncate for displayer (#464)JINNOUCHI Yasushi
2021-01-15feat: show git log for remote branches (#428)Simon Hauser
2021-01-11feat: quickfix (#293)TJ DeVries
2020-12-26fix: bug scroller.create (#366)MenBrial
2020-12-23ci: more tests (#359)TJ DeVries
2020-12-21feat: Add better highlighting and new CI abilities (#355)TJ DeVries
2020-12-19Feat: displayer hl_chars and TelescopeResults hlgroups (#349)Simon Hauser
2020-12-18Revert "fix: Better highlights (#344)" (#350)Senghan Bright
2020-12-18fix: Better highlights (#344)TJ DeVries
2020-12-17Update autocmd, highlights and help_tags previewers (#332)Simon Hauser
2020-12-11Fix: scroller for descending (#327)Simon Hauser
2020-12-10refactor: Move scroller into own testable moduleTJ DeVries
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-03Feat: Displayer now supports highlights for separator and elements (#304)Simon Hauser
2020-11-16feat: Add tags (#219)Simon Hauser
2020-11-02feat: v1 options menu (#133)Senghan Bright
2020-10-27feat: Added some docs & validationTJ DeVries
2020-10-08feat: Do a bit better sorting for command historyTJ DeVries
2020-10-08Revert "fix picking height as width (#157)" (#158)Dave Lage
2020-10-08fix picking height as width (#157)Alvaro Muñoz
2020-10-08fix: Respect cmdheight and laststatusTJ DeVries
2020-10-08feat: ALPHA Add layout_defaults and layout_config optionsTJ DeVries
2020-10-08fix: Remove useless prompt_titleTJ DeVries
2020-10-04fix: Use width not results_width (#144)Dave Lage
2020-10-04fix: Results height configurable. Properly collapse on border = falserockerBOO
2020-09-23fix: Tighten up prompt on dropdown themerockerBOO
2020-09-18fix: Fixing positioning of dropdownrockerBOO
2020-09-17fix: Resolve many display issues with the dropdown themerockerBOO
2020-09-15feat: Themes (#79)Dave Lage
2020-09-15feat: (wip) current_buffer strategyTJ DeVries
2020-09-12feat: Better border configuration.TJ DeVries