13 Commits

Author SHA1 Message Date
Enrique Fueyo
abff89d22b docs(developers.md): change comma typo (#3167) 2024-06-15 15:09:36 +02:00
ALX99
7b5c5f56a2 docs(developers): fix incorrect file paths (#2902) 2024-02-01 03:54:50 +00:00
Matteo Golin
207285ccec Fixed small typo. (#2665) 2023-08-26 01:52:14 +00:00
kid-icarus
1fd497e8ff docs: update oneshot finder example (#2167) 2022-09-17 09:19:23 +02:00
Simon Hauser
2d4ef4d6e5 docs: extension bundling (#2068) 2022-07-12 15:48:10 +02:00
fdschmidt93
795a63ed29 feat(docs): simplified architecture flow chart (#1925)
`:h telescope.nvim` now shows an overview of the telescope architecture
2022-05-09 11:43:22 +02:00
Ole
a36a813d5d docs: fix path in developers file (#1789) 2022-03-14 10:54:48 +01:00
mroavi
af5a580310 docs: fix attempt to index nil opts in example (#1476) 2021-11-20 14:46:16 +01:00
Chris A James
7493f51700 docs: fix some spelling & grammar (#1475) 2021-11-20 11:03:52 +01:00
Julian Fricker
2c71ffec07 fix: rework developers.md
* 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-16 11:12:12 +02:00
Simon Hauser
5131df7df1 docs: rewrite readme and add missing config values + builtin opts 2021-09-16 11:12:12 +02:00
Simon Hauser
4dd35ef0e1 feat: file browser & refresh interface (#290)
and more picker api stuff for sunjon. refresh is implemented for file_browser and git_status
2021-02-23 22:10:19 +01:00
TJ DeVries
d7c02e3b52 feat: Action improvements (#472)
* 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>
2021-02-22 11:30:57 -05:00