Skip to content

Commit 5502eca

Browse files
committed
feat(mini.nvim): sync to 0a6fe4e
1 parent 0888545 commit 5502eca

43 files changed

Lines changed: 172 additions & 172 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mini.nvim/readmes/mini-ai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ Here are code snippets for some common installation methods (use only one):
7575

7676
| Branch | Code snippet |
7777
|--------|-----------------------------------------------|
78-
| Main | *Follow recommended mini.deps installation* |
79-
| Stable | *Follow recommended mini.deps installation* |
78+
| Main | *Follow recommended 'mini.deps' installation* |
79+
| Stable | *Follow recommended 'mini.deps' installation* |
8080

8181
- Standalone plugin:
8282

8383
| Branch | Code snippet |
8484
|--------|--------------------------------------------------------------|
85-
| Main | `add(nvim-mini/mini.ai)` |
86-
| Stable | `add({ source = nvim-mini/mini.ai, checkout = stable })` |
85+
| Main | `add('nvim-mini/mini.ai')` |
86+
| Stable | `add({ source = 'nvim-mini/mini.ai', checkout = 'stable' })` |
8787

8888
</details>
8989

mini.nvim/readmes/mini-align.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ Here are code snippets for some common installation methods (use only one):
7272

7373
| Branch | Code snippet |
7474
|--------|-----------------------------------------------|
75-
| Main | *Follow recommended mini.deps installation* |
76-
| Stable | *Follow recommended mini.deps installation* |
75+
| Main | *Follow recommended 'mini.deps' installation* |
76+
| Stable | *Follow recommended 'mini.deps' installation* |
7777

7878
- Standalone plugin:
7979

8080
| Branch | Code snippet |
8181
|--------|-----------------------------------------------------------------|
82-
| Main | `add(nvim-mini/mini.align)` |
83-
| Stable | `add({ source = nvim-mini/mini.align, checkout = stable })` |
82+
| Main | `add('nvim-mini/mini.align')` |
83+
| Stable | `add({ source = 'nvim-mini/mini.align', checkout = 'stable' })` |
8484

8585
</details>
8686

mini.nvim/readmes/mini-animate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ Here are code snippets for some common installation methods (use only one):
6868

6969
| Branch | Code snippet |
7070
|--------|-----------------------------------------------|
71-
| Main | *Follow recommended mini.deps installation* |
72-
| Stable | *Follow recommended mini.deps installation* |
71+
| Main | *Follow recommended 'mini.deps' installation* |
72+
| Stable | *Follow recommended 'mini.deps' installation* |
7373

7474
- Standalone plugin:
7575

7676
| Branch | Code snippet |
7777
|--------|-------------------------------------------------------------------|
78-
| Main | `add(nvim-mini/mini.animate)` |
79-
| Stable | `add({ source = nvim-mini/mini.animate, checkout = stable })` |
78+
| Main | `add('nvim-mini/mini.animate')` |
79+
| Stable | `add({ source = 'nvim-mini/mini.animate', checkout = 'stable' })` |
8080

8181
</details>
8282

mini.nvim/readmes/mini-base16.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ Here are code snippets for some common installation methods (use only one):
108108

109109
| Branch | Code snippet |
110110
|--------|-----------------------------------------------|
111-
| Main | *Follow recommended mini.deps installation* |
112-
| Stable | *Follow recommended mini.deps installation* |
111+
| Main | *Follow recommended 'mini.deps' installation* |
112+
| Stable | *Follow recommended 'mini.deps' installation* |
113113

114114
- Standalone plugin:
115115

116116
| Branch | Code snippet |
117117
|--------|------------------------------------------------------------------|
118-
| Main | `add(nvim-mini/mini.base16)` |
119-
| Stable | `add({ source = nvim-mini/mini.base16, checkout = stable })` |
118+
| Main | `add('nvim-mini/mini.base16')` |
119+
| Stable | `add({ source = 'nvim-mini/mini.base16', checkout = 'stable' })` |
120120

121121
</details>
122122

mini.nvim/readmes/mini-basics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Here are code snippets for some common installation methods (use only one):
6565

6666
| Branch | Code snippet |
6767
|--------|-----------------------------------------------|
68-
| Main | *Follow recommended mini.deps installation* |
69-
| Stable | *Follow recommended mini.deps installation* |
68+
| Main | *Follow recommended 'mini.deps' installation* |
69+
| Stable | *Follow recommended 'mini.deps' installation* |
7070

7171
- Standalone plugin:
7272

7373
| Branch | Code snippet |
7474
|--------|------------------------------------------------------------------|
75-
| Main | `add(nvim-mini/mini.basics)` |
76-
| Stable | `add({ source = nvim-mini/mini.basics, checkout = stable })` |
75+
| Main | `add('nvim-mini/mini.basics')` |
76+
| Stable | `add({ source = 'nvim-mini/mini.basics', checkout = 'stable' })` |
7777

7878
</details>
7979

mini.nvim/readmes/mini-bracketed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ Here are code snippets for some common installation methods (use only one):
9191

9292
| Branch | Code snippet |
9393
|--------|-----------------------------------------------|
94-
| Main | *Follow recommended mini.deps installation* |
95-
| Stable | *Follow recommended mini.deps installation* |
94+
| Main | *Follow recommended 'mini.deps' installation* |
95+
| Stable | *Follow recommended 'mini.deps' installation* |
9696

9797
- Standalone plugin:
9898

9999
| Branch | Code snippet |
100100
|--------|---------------------------------------------------------------------|
101-
| Main | `add(nvim-mini/mini.bracketed)` |
102-
| Stable | `add({ source = nvim-mini/mini.bracketed, checkout = stable })` |
101+
| Main | `add('nvim-mini/mini.bracketed')` |
102+
| Stable | `add({ source = 'nvim-mini/mini.bracketed', checkout = 'stable' })` |
103103

104104
</details>
105105

mini.nvim/readmes/mini-bufremove.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Here are code snippets for some common installation methods (use only one):
5858

5959
| Branch | Code snippet |
6060
|--------|-----------------------------------------------|
61-
| Main | *Follow recommended mini.deps installation* |
62-
| Stable | *Follow recommended mini.deps installation* |
61+
| Main | *Follow recommended 'mini.deps' installation* |
62+
| Stable | *Follow recommended 'mini.deps' installation* |
6363

6464
- Standalone plugin:
6565

6666
| Branch | Code snippet |
6767
|--------|---------------------------------------------------------------------|
68-
| Main | `add(nvim-mini/mini.bufremove)` |
69-
| Stable | `add({ source = nvim-mini/mini.bufremove, checkout = stable })` |
68+
| Main | `add('nvim-mini/mini.bufremove')` |
69+
| Stable | `add({ source = 'nvim-mini/mini.bufremove', checkout = 'stable' })` |
7070

7171
</details>
7272

mini.nvim/readmes/mini-clue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ Here are code snippets for some common installation methods (use only one):
162162

163163
| Branch | Code snippet |
164164
|--------|-----------------------------------------------|
165-
| Main | *Follow recommended mini.deps installation* |
166-
| Stable | *Follow recommended mini.deps installation* |
165+
| Main | *Follow recommended 'mini.deps' installation* |
166+
| Stable | *Follow recommended 'mini.deps' installation* |
167167

168168
- Standalone plugin:
169169

170170
| Branch | Code snippet |
171171
|--------|----------------------------------------------------------------|
172-
| Main | `add(nvim-mini/mini.clue)` |
173-
| Stable | `add({ source = nvim-mini/mini.clue, checkout = stable })` |
172+
| Main | `add('nvim-mini/mini.clue')` |
173+
| Stable | `add({ source = 'nvim-mini/mini.clue', checkout = 'stable' })` |
174174

175175
</details>
176176

mini.nvim/readmes/mini-cmdline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ Here are code snippets for some common installation methods (use only one):
6060

6161
| Branch | Code snippet |
6262
|--------|-----------------------------------------------|
63-
| Main | *Follow recommended mini.deps installation* |
64-
| Stable | *Follow recommended mini.deps installation* |
63+
| Main | *Follow recommended 'mini.deps' installation* |
64+
| Stable | *Follow recommended 'mini.deps' installation* |
6565

6666
- Standalone plugin:
6767

6868
| Branch | Code snippet |
6969
|--------|-------------------------------------------------------------------|
70-
| Main | `add(nvim-mini/mini.cmdline)` |
71-
| Stable | `add({ source = nvim-mini/mini.cmdline, checkout = stable })` |
70+
| Main | `add('nvim-mini/mini.cmdline')` |
71+
| Stable | `add({ source = 'nvim-mini/mini.cmdline', checkout = 'stable' })` |
7272

7373
</details>
7474

mini.nvim/readmes/mini-colors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ Here are code snippets for some common installation methods (use only one):
9090

9191
| Branch | Code snippet |
9292
|--------|-----------------------------------------------|
93-
| Main | *Follow recommended mini.deps installation* |
94-
| Stable | *Follow recommended mini.deps installation* |
93+
| Main | *Follow recommended 'mini.deps' installation* |
94+
| Stable | *Follow recommended 'mini.deps' installation* |
9595

9696
- Standalone plugin:
9797

9898
| Branch | Code snippet |
9999
|--------|------------------------------------------------------------------|
100-
| Main | `add(nvim-mini/mini.colors)` |
101-
| Stable | `add({ source = nvim-mini/mini.colors, checkout = stable })` |
100+
| Main | `add('nvim-mini/mini.colors')` |
101+
| Stable | `add({ source = 'nvim-mini/mini.colors', checkout = 'stable' })` |
102102

103103
</details>
104104

0 commit comments

Comments
 (0)