summaryrefslogtreecommitdiff
path: root/developers.md
AgeCommit message (Collapse)Author
2022-09-17docs: update oneshot finder example (#2167)kid-icarus
2022-07-12docs: extension bundling (#2068)Simon Hauser
2022-05-09feat(docs): simplified architecture flow chart (#1925)fdschmidt93
`:h telescope.nvim` now shows an overview of the telescope architecture
2022-03-14docs: fix path in developers file (#1789)Ole
2021-11-20docs: fix attempt to index nil `opts` in example (#1476)mroavi
2021-11-20docs: fix some spelling & grammar (#1475)Chris A James
2021-09-16fix: rework developers.mdJulian Fricker
* Fixed some grammar and tried to simplify the technical wording * Fixed the mistake of calling `map` a table instead of a function * Removed line about passing display to display
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
and more picker api stuff for sunjon. refresh is implemented for file_browser and git_status
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>