summaryrefslogtreecommitdiff
path: root/lua/telescope/WIP.lua
AgeCommit message (Collapse)Author
2022-03-13chore: delete unused functions (#1788)Simon Hauser
* chore: delete unused functions * chore: remove unused file No one needs this WIP file as well. We already have all these pickers implemented in a better way
2021-07-25refactor: remove unused parameter (#1044)elianiva
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-02-22feat: Action improvements (#472)TJ DeVries
* feat: replace_map * feat: Add action_set and action_state * fix: Move all actions.get_ to action_state.get_ * fix: replace all internal references of _goto_file_selection_edit * feat: add some docs * fix: lint * feat: actions.select * remove mentions and usage of goto_file_selection APIs * feat: special case attach_mappings to be overridable and defaultable * Having goto_file_selection mappings will cause a error as well as replacing deprecated goto_file_selection methodes For config and replacing use this instead: - actions.select_default - actions.select_horizonal - actions.select_vertical - actions.select_tab Only replacing: - actions.set.edit -- for replacing all select functions * adds actions.state.select_key_to_edit_key Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2020-09-23wip: Add some WIP ideas for reloaderTJ DeVries
2020-08-31Add some WIP stuffTJ DeVries
2020-08-31feat: Add better mapping supportTJ DeVries