summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers
AgeCommit message (Expand)Author
2022-12-28docs: fix typos/wording (#2283)Tsakiris Tryfon
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-04fix: restore testing framework to actually work (#2070)TJ DeVries
2022-07-12fix: cursor theme for nvim 0.7 (#2069)Simon Hauser
2022-07-12fix: cursor theme if winbar is set (#2066)Simon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-01docs: `make_entry` and `entry_display`julianf
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-05-12feat(entry_display): expose prompt_bufnr opt (#1934)fdschmidt93
2022-04-18docs: add module prefix (#1847)Simon Hauser
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