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-clue.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
@@ -142,14 +142,10 @@ miniclue.setup({
142
142
143
143
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
144
144
145
-
<!-- TODO: Uncomment use of `stable` branch before 0.10.0 release -->
146
-
147
-
<!-- There are two branches to install from: -->
148
-
149
-
During beta-testing phase there is only one branch to install from:
145
+
There are two branches to install from:
150
146
151
147
-`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).
152
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
148
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
153
149
154
150
Here are code snippets for some common installation methods (use only one):
155
151
@@ -164,21 +160,19 @@ Here are code snippets for some common installation methods (use only one):
164
160
</thead>
165
161
<tbody>
166
162
<tr>
167
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
168
-
<td rowspan=1>'mini.nvim' library</td>
163
+
<td rowspan=2>'mini.nvim' library</td>
169
164
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
170
165
</tr>
171
-
<!-- <tr> -->
172
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
173
-
<!-- </tr> -->
174
166
<tr>
175
-
<!-- <td rowspan=2>Standalone plugin</td> -->
176
-
<td rowspan=1>Standalone plugin</td>
167
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
168
+
</tr>
169
+
<tr>
170
+
<td rowspan=2>Standalone plugin</td>
177
171
<td>Main</td> <td><code>{ 'echasnovski/mini.clue', version = false },</code></td>
178
172
</tr>
179
-
<!-- <tr> -->
180
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.clue', version = '*' },</code></td> -->
181
-
<!-- </tr> -->
173
+
<tr>
174
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.clue', version = '*' },</code></td>
175
+
</tr>
182
176
</tbody>
183
177
</table>
184
178
</details>
@@ -194,20 +188,18 @@ Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: readmes/mini-files.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
@@ -88,14 +88,10 @@ For bigger overview, see `*MiniFiles-manipulation*` tag in help file.
88
88
89
89
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
90
90
91
-
<!-- TODO: Uncomment use of `stable` branch before 0.10.0 release -->
92
-
93
-
<!-- There are two branches to install from: -->
94
-
95
-
During beta-testing phase there is only one branch to install from:
91
+
There are two branches to install from:
96
92
97
93
-`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).
98
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
94
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
99
95
100
96
Here are code snippets for some common installation methods (use only one):
101
97
@@ -110,21 +106,19 @@ Here are code snippets for some common installation methods (use only one):
110
106
</thead>
111
107
<tbody>
112
108
<tr>
113
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
114
-
<td rowspan=1>'mini.nvim' library</td>
109
+
<td rowspan=2>'mini.nvim' library</td>
115
110
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
116
111
</tr>
117
-
<!-- <tr> -->
118
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
119
-
<!-- </tr> -->
120
112
<tr>
121
-
<!-- <td rowspan=2>Standalone plugin</td> -->
122
-
<td rowspan=1>Standalone plugin</td>
113
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
114
+
</tr>
115
+
<tr>
116
+
<td rowspan=2>Standalone plugin</td>
123
117
<td>Main</td> <td><code>{ 'echasnovski/mini.files', version = false },</code></td>
124
118
</tr>
125
-
<!-- <tr> -->
126
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.files', version = '*' },</code></td> -->
127
-
<!-- </tr> -->
119
+
<tr>
120
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.files', version = '*' },</code></td>
121
+
</tr>
128
122
</tbody>
129
123
</table>
130
124
</details>
@@ -140,20 +134,18 @@ Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: readmes/mini-operators.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
@@ -44,14 +44,10 @@ See `*MiniOperators-overview*` and `*MiniOperators.config*` tags in help for mor
44
44
45
45
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
46
46
47
-
<!-- TODO: Uncomment use of `stable` branch before 0.10.0 release -->
48
-
49
-
<!-- There are two branches to install from: -->
50
-
51
-
During beta-testing phase there is only one branch to install from:
47
+
There are two branches to install from:
52
48
53
49
-`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).
54
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
50
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
55
51
56
52
Here are code snippets for some common installation methods (use only one):
57
53
@@ -66,21 +62,19 @@ Here are code snippets for some common installation methods (use only one):
66
62
</thead>
67
63
<tbody>
68
64
<tr>
69
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
70
-
<td rowspan=1>'mini.nvim' library</td>
65
+
<td rowspan=2>'mini.nvim' library</td>
71
66
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
72
67
</tr>
73
-
<!-- <tr> -->
74
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
75
-
<!-- </tr> -->
76
68
<tr>
77
-
<!-- <td rowspan=2>Standalone plugin</td> -->
78
-
<td rowspan=1>Standalone plugin</td>
69
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
70
+
</tr>
71
+
<tr>
72
+
<td rowspan=2>Standalone plugin</td>
79
73
<td>Main</td> <td><code>{ 'echasnovski/mini.operators', version = false },</code></td>
80
74
</tr>
81
-
<!-- <tr> -->
82
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.operators', version = '*' },</code></td> -->
83
-
<!-- </tr> -->
75
+
<tr>
76
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.operators', version = '*' },</code></td>
77
+
</tr>
84
78
</tbody>
85
79
</table>
86
80
</details>
@@ -96,20 +90,18 @@ Here are code snippets for some common installation methods (use only one):
0 commit comments