summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers/layout_strategies.lua
AgeCommit message (Expand)Author
2023-03-21doc: fix border characters in docs (#2388)Pooyan Khanjankhani
2023-01-22docs: proof-read edits (#2311)James Trew
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-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
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
2021-12-10feat: layout `anchor` (#1582)Luke Kershaw
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-18feat: layout actions (#1383)Luke Kershaw
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-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-05-15feat: add ivy-style layout strategy (#771)TJ DeVries
2021-04-08feat: asyncify pickers - except for live_grep (#709)TJ 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-24feat: Add vim docs & generators (#370)TJ DeVries
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
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-11feat: Add some more layout optionsTJ DeVries
2020-09-11feat: add top down prompt positionTJ DeVries
2020-09-09feat: add flexTJ DeVries