Skip to content

Commit adaa149

Browse files
committed
docs: prepare for 0.14.0 release
1 parent e50cf9d commit adaa149

File tree

1 file changed

+26
-32
lines changed

1 file changed

+26
-32
lines changed

readmes/mini-icons.md

+26-32
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ If using terminal emulator and/or font with icon support is impossible, use `con
7171

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

74-
During beta-testing phase there is only one branch to install from:
75-
<!-- There are two branches to install from: -->
74+
There are two branches to install from:
7675

7776
- `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).
78-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch. -->
77+
- `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
7978

8079
Here are code snippets for some common installation methods (use only one):
8180

@@ -89,18 +88,17 @@ Here are code snippets for some common installation methods (use only one):
8988
</thead>
9089
<tbody>
9190
<tr>
92-
<!-- <td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td rowspan=2><i>Follow recommended 'mini.deps' installation</i></td> -->
93-
<td rowspan=1>'mini.nvim' library</td> <td>Main</td> <td rowspan=1><i>Follow recommended 'mini.deps' installation</i></td>
91+
<td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td rowspan=2><i>Follow recommended 'mini.deps' installation</i></td>
9492
</tr>
95-
<!-- <tr> -->
96-
<!-- <td>Stable</td> -->
97-
<!-- </tr> -->
9893
<tr>
99-
<td rowspan=1>Standalone plugin</td> <td>Main</td> <td><code>add('echasnovski/mini.icons')</code></td>
94+
<td>Stable</td>
95+
</tr>
96+
<tr>
97+
<td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>add('echasnovski/mini.icons')</code></td>
98+
</tr>
99+
<tr>
100+
<td>Stable</td> <td><code>add({ source = 'echasnovski/mini.icons', checkout = 'stable' })</code></td>
100101
</tr>
101-
<!-- <tr> -->
102-
<!-- <td>Stable</td> <td><code>add({ source = 'echasnovski/mini.icons', checkout = 'stable' })</code></td> -->
103-
<!-- </tr> -->
104102
</tbody>
105103
</table>
106104
</details>
@@ -115,19 +113,17 @@ Here are code snippets for some common installation methods (use only one):
115113
</thead>
116114
<tbody>
117115
<tr>
118-
<!-- <td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td> -->
119-
<td rowspan=1>'mini.nvim' library</td> <td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
116+
<td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
117+
</tr>
118+
<tr>
119+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
120120
</tr>
121-
<!-- <tr> -->
122-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
123-
<!-- </tr> -->
124121
<tr>
125-
<!-- <td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>{ 'echasnovski/mini.icons', version = false, main = 'mini.git' },</code></td> -->
126-
<td rowspan=1>Standalone plugin</td> <td>Main</td> <td><code>{ 'echasnovski/mini.icons', version = false },</code></td>
122+
<td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>{ 'echasnovski/mini.icons', version = false },</code></td>
123+
</tr>
124+
<tr>
125+
<td>Stable</td> <td><code>{ 'echasnovski/mini.icons', version = '*' },</code></td>
127126
</tr>
128-
<!-- <tr> -->
129-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.icons', version = '*', main = 'mini.git' },</code></td> -->
130-
<!-- </tr> -->
131127
</tbody>
132128
</table>
133129
</details>
@@ -142,19 +138,17 @@ Here are code snippets for some common installation methods (use only one):
142138
</thead>
143139
<tbody>
144140
<tr>
145-
<!-- <td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.nvim'</code></td> -->
146-
<td rowspan=1>'mini.nvim' library</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.nvim'</code></td>
141+
<td rowspan=2>'mini.nvim' library</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.nvim'</code></td>
142+
</tr>
143+
<tr>
144+
<td>Stable</td> <td><code>Plug 'echasnovski/mini.nvim', { 'branch': 'stable' }</code></td>
145+
</tr>
146+
<tr>
147+
<td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.icons'</code></td>
147148
</tr>
148-
<!-- <tr> -->
149-
<!-- <td>Stable</td> <td><code>Plug 'echasnovski/mini.nvim', { 'branch': 'stable' }</code></td> -->
150-
<!-- </tr> -->
151149
<tr>
152-
<!-- <td rowspan=2>Standalone plugin</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.icons'</code></td> -->
153-
<td rowspan=1>Standalone plugin</td> <td>Main</td> <td><code>Plug 'echasnovski/mini.icons'</code></td>
150+
<td>Stable</td> <td><code>Plug 'echasnovski/mini.icons', { 'branch': 'stable' }</code></td>
154151
</tr>
155-
<!-- <tr> -->
156-
<!-- <td>Stable</td> <td><code>Plug 'echasnovski/mini.icons', { 'branch': 'stable' }</code></td> -->
157-
<!-- </tr> -->
158152
</tbody>
159153
</table>
160154
</details>

0 commit comments

Comments
 (0)