@@ -79,16 +79,67 @@ with ease, as the picker will only ever render and decorate a small subset of th
7979## Contents
8080
8181- [ Showcase] ( #showcase )
82+ - [ Default] ( #default )
83+ - [ Interactive] ( #interactive )
84+ - [ Primary stage] ( #primary-stage )
85+ - [ Matching stage] ( #matching-stage )
8286- [ Features] ( #features )
8387- [ PICKERS] ( #pickers )
8488- [ Description] ( #description )
89+ - [ Contents] ( #contents )
8590- [ Installation] ( #installation )
91+ - [ Using packer.nvim] ( #using-packernvim )
92+ - [ Using lazy.nvim] ( #using-lazynvim )
93+ - [ Using vim-plug] ( #using-vim-plug )
8694- [ Configuration] ( #configuration )
87- - [ Pool Details] ( #pool-details )
95+ - [ Tracing] ( #tracing )
96+ - [ Pool] ( #pool )
97+ - [ Lifecycle] ( #lifecycle )
98+ - [ Normalization] ( #normalization )
99+ - [ Pruning] ( #pruning )
100+ - [ Misc] ( #misc )
88101- [ Quickstart] ( #quickstart )
102+ - [ User command] ( #user-command )
103+ - [ Static table] ( #static-table )
104+ - [ Callback function] ( #callback-function )
105+ - [ Executable stream] ( #executable-stream )
106+ - [ Stream buffering] ( #stream-buffering )
107+ - [ Stream mapping] ( #stream-mapping )
108+ - [ Interactive query] ( #interactive-query )
109+ - [ Preview & icons] ( #preview--icons )
110+ - [ Actions and context] ( #actions-and-context )
111+ - [ Dynamic context] ( #dynamic-context )
112+ - [ Labels & headers] ( #labels--headers )
113+ - [ Dynamic streams] ( #dynamic-streams )
114+ - [ Contextual awareness] ( #contextual-awareness )
89115- [ Interaction] ( #interaction )
116+ - [ Picker Options] ( #picker-options )
117+ - [ Core options] ( #core-options )
118+ - [ Advanced options] ( #advanced-options )
119+ - [ Option details] ( #option-details )
120+ - [ Core options] ( #core-options-1 )
121+ - [ Advanced options] ( #advanced-options-1 )
122+ - [ Interactive & Matching stages] ( #interactive--matching-stages )
123+ - [ Closing & hiding pickers] ( #closing--hiding-pickers )
124+ - [ Dynamic context evaluation] ( #dynamic-context-evaluation )
125+ - [ Actions & interaction] ( #actions--interaction )
126+ - [ In-depth description] ( #in-depth-description )
127+ - [ Actions] ( #actions )
128+ - [ Previewers] ( #previewers )
129+ - [ Decorators] ( #decorators )
130+ - [ Highlighters] ( #highlighters )
131+ - [ Converters] ( #converters )
90132- [ Examples] ( #examples )
133+ - [ Interactive grep] ( #interactive-grep )
134+ - [ Static grep] ( #static-grep )
135+ - [ Interactive callbacks] ( #interactive-callbacks )
136+ - [ Context aware] ( #context-aware )
137+ - [ Static tables] ( #static-tables )
138+ - [ Basic ui.select] ( #basic-uiselect )
139+ - [ Advanced ui.select] ( #advanced-uiselect )
91140- [ Requirements] ( #requirements )
141+ - [ Mandatory] ( #mandatory )
142+ - [ Optional] ( #optional )
92143- [ Contributing] ( #contributing )
93144- [ License] ( #license )
94145- [ Acknowledgments] ( #acknowledgments )
0 commit comments