summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-03Fix file_ingore_patterns for tags and lsp (#309)Simon Hauser
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23feat: v0.1 of extensions (#278)TJ DeVries
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries
2020-11-13fix: #236TJ DeVries
2020-11-13fix: selection_strategies row and follow (#218)Simon Hauser
2020-11-02feat: v1 options menu (#133)Senghan Bright
2020-10-30feat: Closes #205TJ DeVries
2020-10-27fix: attempt to fix problem for tami, hopefully no more errorTJ DeVries
2020-10-25feat: Add ability to turn off devicon colorsTJ DeVries
2020-10-25feat: Improve filtering ideas for sorters.TJ DeVries
2020-10-24feat: Use colors from nvim-deviconsTJ DeVries
2020-10-20fix: trim spaces from prompt stringTJ DeVries
2020-10-19fix: use results_height and results_width from config (#171)Bastien Rivière
2020-10-17refactor: prompt->prompt_title (#169)Alvaro Muñoz
2020-10-08feat: Add scroll_strategy = 'cycle'TJ DeVries
2020-10-08nit: Log when we fail with a busted bufnrTJ DeVries
2020-10-08feat: Do a bit better sorting for command historyTJ DeVries
2020-10-08feat: Add more easily customizable mappings.TJ DeVries
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