summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers
AgeCommit message (Expand)Author
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-02Change center layout strategy to allow vertical anchoring (#1719)Alef Pereira
2022-01-15fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)Luke Kershaw
2022-01-06fix: allow `selection_caret` to be entirely whitespace (#1660)Luke Kershaw
2022-01-05feat: multiselect icon (#1572)Luke Kershaw
2021-12-10feat: layout `anchor` (#1582)Luke Kershaw
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
2021-12-10feat: `center` layout `mirror` option (#1577)Luke Kershaw
2021-12-08fix: `bottom_pane` remove `results` border next to `prompt` (#1563)Luke Kershaw
2021-12-03docs: layout strategy usage (#1493)Luke Kershaw
2021-11-29chore: layout strategy tidying (#1509)Luke Kershaw
2021-11-28feat: add `preview width` option for `bottom_pane` layout (#1505)max397574
2021-11-27feat: extend functionality of `entry_display.create` (#1408)Luke Kershaw
2021-11-18feat: layout actions (#1383)Luke Kershaw
2021-11-04feat: Full width select (#1403)Julian Fricker
2021-10-31Revert "break: changed the results window highlight to always be full width (...Simon Hauser
2021-10-29break: changed the results window highlight to always be full width (#1312)Julian Fricker
2021-10-24fix: missing check for negative index in cycle scrolling (#1372)Vsevolod
2021-10-09fix: scroll_strategy limit + sorting_strategy descending (#1322)Simon Hauser
2021-10-09fix: scroll_strategy limit (#1320)koopa1338
2021-10-04feat: more prompt position strategies (#1280)Luke Kershaw
2021-09-19fix: adjust layout positioning for new indexing (#1260)Luke Kershaw
2021-09-19feat: `layout_strategies` refactor (#1039)Luke Kershaw
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-20fix: check if tabline is present when calculating certain layouts (#1027)Luke Kershaw
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