Skip to content

Commit 3a22eb0

Browse files
committed
docs: prepare for 0.16.0 release
1 parent 18889a4 commit 3a22eb0

File tree

1 file changed

+27
-47
lines changed

1 file changed

+27
-47
lines changed

readmes/mini-keymap.md

Lines changed: 27 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,10 @@ notify_many_keys('l')
104104

105105
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
106106

107-
During beta-testing phase there is only one branch to install from:
108-
<!-- There are two branches to install from: -->
107+
There are two branches to install from:
109108

110-
- `main` (default, **recommended**) will have latest development version of plugin.
111-
<!-- - `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled). -->
112-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch. -->
109+
- `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled).
110+
- `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
113111

114112
Here are code snippets for some common installation methods (use only one):
115113

@@ -122,23 +120,17 @@ Here are code snippets for some common installation methods (use only one):
122120
</tr>
123121
</thead>
124122
<tbody>
125-
<!-- <tr> -->
126-
<!-- <td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td rowspan=2><i>Follow recommended 'mini.deps' installation</i></td> -->
127-
<!-- </tr> -->
128-
<!-- <tr> -->
129-
<!-- <td>Stable</td> -->
130-
<!-- </tr> -->
131-
<!-- <tr> -->
132-
<!-- <td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>add('echasnovski/mini.keymap')</code></td> -->
133-
<!-- </tr> -->
134-
<!-- <tr> -->
135-
<!-- <td>Stable</td> <td><code>add({ source = 'echasnovski/mini.keymap', checkout = 'stable' })</code></td> -->
136-
<!-- </tr> -->
137123
<tr>
138-
<td>'mini.nvim' library</td> <td>Main</td> <td><i>Follow recommended 'mini.deps' installation</i></td>
124+
<td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td rowspan=2><i>Follow recommended 'mini.deps' installation</i></td>
139125
</tr>
140126
<tr>
141-
<td>Standalone plugin</td> <td>Main</td> <td><code>add('echasnovski/mini.keymap')</code></td>
127+
<td>Stable</td>
128+
</tr>
129+
<tr>
130+
<td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>add('echasnovski/mini.keymap')</code></td>
131+
</tr>
132+
<tr>
133+
<td>Stable</td> <td><code>add({ source = 'echasnovski/mini.keymap', checkout = 'stable' })</code></td>
142134
</tr>
143135
</tbody>
144136
</table>
@@ -153,23 +145,17 @@ Here are code snippets for some common installation methods (use only one):
153145
</tr>
154146
</thead>
155147
<tbody>
156-
<!-- <tr> -->
157-
<!-- <td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td> -->
158-
<!-- </tr> -->
159-
<!-- <tr> -->
160-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
161-
<!-- </tr> -->
162-
<!-- <tr> -->
163-
<!-- <td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>{ 'echasnovski/mini.keymap', version = false },</code></td> -->
164-
<!-- </tr> -->
165-
<!-- <tr> -->
166-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.keymap', version = '*' },</code></td> -->
167-
<!-- </tr> -->
168148
<tr>
169-
<td>'mini.nvim' library</td> <td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
149+
<td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
150+
</tr>
151+
<tr>
152+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
170153
</tr>
171154
<tr>
172-
<td>Standalone plugin</td> <td>Main</td> <td><code>{ 'echasnovski/mini.keymap', version = false },</code></td>
155+
<td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>{ 'echasnovski/mini.keymap', version = false },</code></td>
156+
</tr>
157+
<tr>
158+
<td>Stable</td> <td><code>{ 'echasnovski/mini.keymap', version = '*' },</code></td>
173159
</tr>
174160
</tbody>
175161
</table>
@@ -184,23 +170,17 @@ Here are code snippets for some common installation methods (use only one):
184170
</tr>
185171
</thead>
186172
<tbody>
187-
<!-- <tr> -->
188-
<!-- <td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.nvim'</code></td> -->
189-
<!-- </tr> -->
190-
<!-- <tr> -->
191-
<!-- <td>Stable</td> <td><code>Plug 'echasnovski/mini.nvim', { 'branch': 'stable' }</code></td> -->
192-
<!-- </tr> -->
193-
<!-- <tr> -->
194-
<!-- <td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.keymap'</code></td> -->
195-
<!-- </tr> -->
196-
<!-- <tr> -->
197-
<!-- <td>Stable</td> <td><code>Plug 'echasnovski/mini.keymap', { 'branch': 'stable' }</code></td> -->
198-
<!-- </tr> -->
199173
<tr>
200-
<td>'mini.nvim' library</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.nvim'</code></td>
174+
<td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.nvim'</code></td>
175+
</tr>
176+
<tr>
177+
<td>Stable</td> <td><code>Plug 'echasnovski/mini.nvim', { 'branch': 'stable' }</code></td>
178+
</tr>
179+
<tr>
180+
<td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.keymap'</code></td>
201181
</tr>
202182
<tr>
203-
<td>Standalone plugin</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.keymap'</code></td>
183+
<td>Stable</td> <td><code>Plug 'echasnovski/mini.keymap', { 'branch': 'stable' }</code></td>
204184
</tr>
205185
</tbody>
206186
</table>

0 commit comments

Comments
 (0)