summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Collapse)Author
2020-11-03Feat: convert options if it is table type in lua (#220)Raphael
* support custom list type commands * update command usage
2020-11-01rewrite command of telescope (#197)Raphael
* rewrite command of telescope * add complete support * add comment * rewrite get builtin list * Update README.md * use vim.tbl_keys function * rewrite complete-list
2020-10-24feat: turn on matching colors by default, since people do not know about itTJ DeVries
2020-10-12Add Colorscheme and Marks Support and Telescope Commands (#167)Raphael
* Add Telescope Commands * Add Colorscheme support * Add Command for coloscehme * add marks support * rename commad
2020-10-08feat: prompt_prefix option (#154)Alvaro Muñoz
* enable prompt_prefix option * add hl and default value * default hl and prefix * fixup: move the redraw til after prompt create * fixup: nits Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-10-02feat: Add highlight for selection caret (#135)Alvaro Muñoz
* Add highlight for selection caret * add default hl * remove highlight overlap
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-26feat: Add TelescopeMatching a new highlight for matches from sortersTJ DeVries
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-11fix: make begin proffTJ DeVries
2020-09-11temp: add PERFTJ DeVries
2020-09-03feat: Add cool mapping for <C-R> in command modeTJ DeVries
2020-09-01wip: new sortersTJ DeVries
2020-08-29feat: Add selection and start actionsTJ DeVries
2020-07-15Initial commit after streamTJ DeVries