You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readmes/mini-extra.md
+26-36Lines changed: 26 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,10 @@ For more information, see these tags in help file:
57
57
58
58
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
59
59
60
-
<!-- TODO: Uncomment use of `stable` branch before 0.11.0 release -->
61
-
62
-
<!-- There are two branches to install from: -->
63
-
64
-
During beta-testing phase there is only one branch to install from:
60
+
There are two branches to install from:
65
61
66
62
-`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).
67
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
63
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
68
64
69
65
Here are code snippets for some common installation methods (use only one):
70
66
@@ -79,21 +75,19 @@ Here are code snippets for some common installation methods (use only one):
79
75
</thead>
80
76
<tbody>
81
77
<tr>
82
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
83
-
<td rowspan=1>'mini.nvim' library</td>
78
+
<td rowspan=2>'mini.nvim' library</td>
84
79
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
85
80
</tr>
86
-
<!-- <tr> -->
87
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
88
-
<!-- </tr> -->
89
81
<tr>
90
-
<!-- <td rowspan=2>Standalone plugin</td> -->
91
-
<td rowspan=1>Standalone plugin</td>
82
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
83
+
</tr>
84
+
<tr>
85
+
<td rowspan=2>Standalone plugin</td>
92
86
<td>Main</td> <td><code>{ 'echasnovski/mini.extra', version = false },</code></td>
93
87
</tr>
94
-
<!-- <tr> -->
95
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.extra', version = '*' },</code></td> -->
96
-
<!-- </tr> -->
88
+
<tr>
89
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.extra', version = '*' },</code></td>
90
+
</tr>
97
91
</tbody>
98
92
</table>
99
93
</details>
@@ -109,20 +103,18 @@ Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: readmes/mini-pick.md
+26-36Lines changed: 26 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,14 +143,10 @@ When picker is busy (like if there are no items yet set or matching is active) w
143
143
144
144
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
145
145
146
-
<!-- TODO: Uncomment use of `stable` branch before 0.10.0 release -->
147
-
148
-
<!-- There are two branches to install from: -->
149
-
150
-
During beta-testing phase there is only one branch to install from:
146
+
There are two branches to install from:
151
147
152
148
-`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).
153
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
149
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
154
150
155
151
Here are code snippets for some common installation methods (use only one):
156
152
@@ -165,21 +161,19 @@ Here are code snippets for some common installation methods (use only one):
165
161
</thead>
166
162
<tbody>
167
163
<tr>
168
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
169
-
<td rowspan=1>'mini.nvim' library</td>
164
+
<td rowspan=2>'mini.nvim' library</td>
170
165
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
171
166
</tr>
172
-
<!-- <tr> -->
173
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
174
-
<!-- </tr> -->
175
167
<tr>
176
-
<!-- <td rowspan=2>Standalone plugin</td> -->
177
-
<td rowspan=1>Standalone plugin</td>
168
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
169
+
</tr>
170
+
<tr>
171
+
<td rowspan=2>Standalone plugin</td>
178
172
<td>Main</td> <td><code>{ 'echasnovski/mini.pick', version = false },</code></td>
179
173
</tr>
180
-
<!-- <tr> -->
181
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.pick', version = '*' },</code></td> -->
182
-
<!-- </tr> -->
174
+
<tr>
175
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.pick', version = '*' },</code></td>
176
+
</tr>
183
177
</tbody>
184
178
</table>
185
179
</details>
@@ -195,20 +189,18 @@ Here are code snippets for some common installation methods (use only one):
0 commit comments