summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2020-10-19feat: Add ability to configure default sortersTJ DeVries
2020-10-19Ensure git_files uses the git root directory as cwd (#180)Malcolm Ramsay
2020-10-17refactor: prompt->prompt_title (#169)Alvaro Muñoz
2020-10-15fix: Use entry maker for marksTJ DeVries
2020-10-12Add Colorscheme and Marks Support and Telescope Commands (#167)Raphael
2020-10-10fix: Clason is a miracle worker (#172)Christian Clason
2020-10-09fix: Use R for less so it's not badTJ DeVries
2020-10-09fix: Add 'use_less' config valueTJ DeVries
2020-10-08feat: Add a test fileTJ DeVries
2020-10-08fix: #125TJ DeVries
2020-10-08fix: #140TJ DeVries
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-08fix: Allow people to still override ALL the mappingsTJ DeVries
2020-10-08feat: Add more easily customizable mappings.TJ DeVries
2020-10-08fix: Do not wrap lines and allow scrolling in ranged optionsTJ DeVries
2020-10-08fix: Select only the desired value in resolversTJ 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: preview_cutoff to always show on dropdown theme (#156)Dave Lage
2020-10-08temp: Removing redraw for now to see if it feels slower or faster for peopleTJ DeVries
2020-10-08fix: Remove space that I did not mean to addTJ DeVries
2020-10-08feat: prompt_prefix option (#154)Alvaro Muñoz
2020-10-08fix: Shortcircuit on nil entries and do not allow string entriesTJ DeVries
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-08fix: Don't consider 1 as a percentage for resolveTJ DeVries
2020-10-07fix: Changed git command to show all files inside project (#129)Norlock
2020-10-07Fix help preview and add highlighting to search result (#124)Senghan Bright
2020-10-07feat: Manpages finder (output of apropos) (#134)Senghan Bright
2020-10-07feat: Use metatables to use less memory (#152)TJ DeVries
2020-10-06fix: Reduce memory leaks (#148)TJ DeVries
2020-10-05feat: Add `find` command support (#145)Nolan Prochnau
2020-10-04fix: Use width not results_width (#144)Dave Lage
2020-10-04fix: Results height configurable. Properly collapse on border = falserockerBOO
2020-10-04feat: builtin - lua package reloader (#132)Senghan Bright
2020-10-04fix: Pass --paging=always to bat (#142)Kamal Marhubi
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-29Fix if-clause after latest changesSimon Hauser
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-26fix: use os sepTJ DeVries