summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Collapse)Author
2020-10-02feat: Add highlight for selection caret (#135)Alvaro Muñoz
* Add highlight for selection caret * add default hl * remove highlight overlap
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
Don't know why we were getting there, but maybe this will fix the problem?
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
* [WIP]: Mon 28 Sep 2020 01:08:24 PM EDT * add much much better tracking. so much less hax * status updates, oneshot job updates, etc. * remove temp function * add status function * asdfasdfasdf
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
This should reduce memory usage at least for large jobs. We won't save all the results into the job. I _think_ this will be half memory usage for many situations.
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
* feat: add scrolling in preview window refactor into two layers * remove redundant code * add error message for scroll_fn and send_input * consider count for preview scrolling
2020-09-16fix: Attempt more window closing updatesTJ DeVries
2020-09-15feat: Themes (#79)Dave Lage
Big shoutout to @rockerBOO for the idea and basically all the impl! * feat: Add dropdown layout strategy * Adding more docs. Working better with options * Refactor borders * Fix for spaces * Add preview to layout. Add Themes. * feat: themes Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
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
Started adding `resolve` which will allow you to do some really nice stuff easily with options to get the window options from a variety of inputs. You can see how we do it in pickers.lua for borders & borderchars currently.
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
2020-09-04feat: vertical layouts. see 'layout_strategy'TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-03Add arrow key mappings for insert and normal mode. (#21)Dave Lage
2020-09-03fix: Prevent people from erroring from having new lines in displayTJ DeVries
2020-09-03feat: Add cool mapping for <C-R> in command modeTJ DeVries
2020-09-02fix: clear last lineTJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-09-01feat: new fuzzy sorterTJ DeVries