summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2020-10-08temp: Removing redraw for now to see if it feels slower or faster for peopleTJ DeVries
2020-10-08feat: prompt_prefix option (#154)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-08fix: Scrolls past bottom lineTJ DeVries
2020-10-06fix: Reduce memory leaks (#148)TJ DeVries
2020-10-04fix: Results height configurable. Properly collapse on border = falserockerBOO
2020-10-02feat: Add highlight for selection caret (#135)Alvaro Muñoz
2020-10-01fix: set winhl as soon as possible to avoid color glitches (#136)Alvaro Muñoz
2020-09-30hotfix: Should stop referencing nil valuesTJ DeVries
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
2020-09-28fix: 126TJ DeVries
2020-09-26fix: No longer lose highlights when moving through resultsTJ DeVries
2020-09-26fix: Fixed some off by one errors for ascending strategyTJ DeVries
2020-09-26feat: Add TelescopeMatching a new highlight for matches from sortersTJ DeVries
2020-09-24wip: Add some stuff for nvim_fileTJ DeVries
2020-09-24fix: more silenterTJ DeVries
2020-09-22fix: Use specific highlight types (#112)Dave Lage
2020-09-22fix: Use specific highlight typesrockerBOO
2020-09-22feat: Add TelescopeBorder Highlight (#111) Dave Lage
2020-09-22feat: Add TelescopeBorder HighlightrockerBOO
2020-09-22fix: Don't pass anything if word match is emptyTJ DeVries
2020-09-22fix: Don't log so much for users. Fix #91TJ DeVries
2020-09-22fix: Close existing pickers when starting new one. Fix #102TJ DeVries
2020-09-21feat: Disable job recording from plenary.TJ DeVries
2020-09-18feat: add some tests and improve perfTJ DeVries
2020-09-18fix: Make tests pass againTJ DeVries
2020-09-17feat: Improved previewers and cleanupTJ DeVries
2020-09-17fix: Don't fail if we can't save undo infoTJ DeVries
2020-09-17fix: Don't assume newlines are the reason the set brokeTJ DeVries
2020-09-17fix: Don't write to invalid buffersTJ DeVries
2020-09-16feat: add scrolling in preview window (#47)haorenW1025
2020-09-16fix: Attempt more window closing updatesTJ DeVries
2020-09-15feat: Themes (#79)Dave Lage
2020-09-12wip: some more musings on resolving height and widthTJ DeVries
2020-09-12fix: Error properly when using invalid layout strategyrockerBOO
2020-09-12feat: Better border configuration.TJ DeVries
2020-09-12feat: make prime happy part 1TJ DeVries
2020-09-11fix: make begin proffTJ DeVries
2020-09-11feat: Add some more layout optionsTJ DeVries
2020-09-11feat: add top down prompt positionTJ DeVries
2020-09-10feat: add border and bordercharsTJ DeVries
2020-09-10Don't let begin error when he makes bad stuffTJ DeVries
2020-09-10feat: add filetypeTJ DeVries
2020-09-10rounded corners (#48)Christian Clason
2020-09-07feat: no longer need to set minheight in window_optionsTJ DeVries
2020-09-07Begin work on larger global config, to tailor defaultsTJ DeVries
2020-09-04Adds split and tabedit mappings. Adopted by fzf.vim (#29)Simon Hauser
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries