summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/init.lua
AgeCommit message (Collapse)Author
2020-12-01fix: abstract and remove paramTJ DeVries
2020-12-01fix: builtin runner insert issue (#266)tami5
closes #262 , adds new parameter to action.close. Users know can have more control over the mode after action.close is called.
2020-11-27feat: Make tab toggle between git add and git restore in ↵Cedric M'Passi
builtin.git_status() (#289) Very useful functionality to use git_status for. Now users can add a file or restore it by <tab> authored by: @cempassi
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23Register finder (#275)Senghan Bright
builtin: Registers finder. view and edit vim registers.
2020-11-16feat: Add git builtins (#240)Simon Hauser
Conni2461 is a great coder and contributor :)
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries