Skip to content

Commit fcb0489

Browse files
committed
feat(mini.nvim): sync to f545dcc
1 parent 22e5c41 commit fcb0489

Some content is hidden

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

46 files changed

+290
-205
lines changed

mini.nvim/doc/mini-base16.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Supported highlight groups:
2929
- Plugins (either with explicit definition or by verification that default
3030
highlighting works appropriately):
3131

32-
- [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
32+
- [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
3333

3434
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
3535

mini.nvim/doc/mini-hues.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Supported highlight groups:
5858
- Plugins (either with explicit definition or by verification that default
5959
highlighting works appropriately):
6060

61-
- [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
61+
- [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
6262

6363
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
6464

mini.nvim/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ Library of 40+ independent Lua modules improving overall [Neovim](https://github
1212

1313
Think about this project as "Swiss Army knife" among Neovim plugins: it has many different independent tools (modules) suitable for most common tasks. Each module can be used separately without any startup and usage overhead.
1414

15-
If you want to help this project grow but don't know where to start, check out [contributing guides](CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
15+
If you want to help this project grow but don't know where to start:
1616

17-
For a history of changes, including current development version, see [change log](CHANGELOG.md).
17+
- Leave a Github star for 'mini.nvim' and/or any other [MINI projects](https://nvim-mini.org).
18+
- Check out [contributing guides](CONTRIBUTING.md).
19+
20+
See [change log](CHANGELOG.md) for a history of changes, including current development version.
21+
22+
See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example based on 'mini.nvim'.
1823

1924
::: {.callout-note}
2025
This was previously hosted at `echasnovski/mini.nvim`. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
@@ -37,7 +42,7 @@ There are two branches to install from:
3742

3843
Here are code snippets for some common installation methods:
3944

40-
- Manually with `git clone` (compatible with [mini.deps](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md)):
45+
- Manually with `git clone` (compatible with [mini.deps](https://nvim-mini.org/mini.nvim/readmes/mini-deps)):
4146

4247
```lua
4348
-- Put this at the top of 'init.lua'

mini.nvim/readmes/mini-ai.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-ai.qmd
2020
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
2121
:::
2222

23-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-ai.md) if you want to mention this module.
23+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-ai) if you want to mention this module.
2424

2525
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2626

27-
⦿ See the repository page to learn about common design principles and configuration recipes.
27+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
28+
29+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2830

2931
---
3032

31-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
33+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
3234

3335
## Demo
3436

@@ -67,7 +69,7 @@ There are two branches to install from:
6769
Here are code snippets for some common installation methods (use only one):
6870

6971
<details>
70-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
72+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
7173

7274
- 'mini.nvim' library:
7375

mini.nvim/readmes/mini-align.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-align.
1616
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1717
:::
1818

19-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-align.md) if you want to mention this module.
19+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-align) if you want to mention this module.
2020

2121
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2222

23-
⦿ See the repository page to learn about common design principles and configuration recipes.
23+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
24+
25+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2426

2527
---
2628

27-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
29+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2830

2931
## Demo
3032

@@ -64,7 +66,7 @@ There are two branches to install from:
6466
Here are code snippets for some common installation methods (use only one):
6567

6668
<details>
67-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
69+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
6870

6971
- 'mini.nvim' library:
7072

mini.nvim/readmes/mini-animate.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-animat
1616
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1717
:::
1818

19-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-animate.md) if you want to mention this module.
19+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-animate) if you want to mention this module.
2020

2121
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2222

23-
⦿ See the repository page to learn about common design principles and configuration recipes.
23+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
24+
25+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2426

2527
---
2628

27-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
29+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2830

2931
## Demo
3032

@@ -60,7 +62,7 @@ There are two branches to install from:
6062
Here are code snippets for some common installation methods (use only one):
6163

6264
<details>
63-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
65+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
6466

6567
- 'mini.nvim' library:
6668

mini.nvim/readmes/mini-base16.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-base16
2020
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
2121
:::
2222

23-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-base16.md) if you want to mention this module.
23+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-base16) if you want to mention this module.
2424

2525
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2626

27-
⦿ See the repository page to learn about common design principles and configuration recipes.
27+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
28+
29+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2830

2931
---
3032

31-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
33+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
3234

3335
## Demo
3436

@@ -49,7 +51,7 @@ Supported highlight groups:
4951
- Built-in Neovim LSP and diagnostic.
5052
- Plugins (either with explicit definition or by verification that default
5153
highlighting works appropriately):
52-
- [nvim-mini/mini.nvim](https://github.com/nvim-mini/mini.nvim)
54+
- [nvim-mini/mini.nvim](https://nvim-mini.org/mini.nvim)
5355
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
5456
- [anuvyklack/hydra.nvim](https://github.com/anuvyklack/hydra.nvim)
5557
- [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)
@@ -99,7 +101,7 @@ There are two branches to install from:
99101
Here are code snippets for some common installation methods (use only one):
100102

101103
<details>
102-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
104+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
103105

104106
- 'mini.nvim' library:
105107

mini.nvim/readmes/mini-basics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-basics
1616
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1717
:::
1818

19-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-basics.md) if you want to mention this module.
19+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-basics) if you want to mention this module.
2020

2121
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2222

23-
⦿ See the repository page to learn about common design principles and configuration recipes.
23+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
24+
25+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2426

2527
---
2628

27-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
29+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2830

2931
## Demo
3032

@@ -57,7 +59,7 @@ There are two branches to install from:
5759
Here are code snippets for some common installation methods (use only one):
5860

5961
<details>
60-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
62+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
6163

6264
- 'mini.nvim' library:
6365

mini.nvim/readmes/mini-bracketed.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-bracke
1616
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1717
:::
1818

19-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-bracketed.md) if you want to mention this module.
19+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-bracketed) if you want to mention this module.
2020

2121
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2222

23-
⦿ See the repository page to learn about common design principles and configuration recipes.
23+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
24+
25+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2426

2527
---
2628

27-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
29+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2830

2931
## Demo
3032

@@ -83,7 +85,7 @@ There are two branches to install from:
8385
Here are code snippets for some common installation methods (use only one):
8486

8587
<details>
86-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
88+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
8789

8890
- 'mini.nvim' library:
8991

mini.nvim/readmes/mini-bufremove.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-bufrem
1616
This was previously hosted at a personal `echasnovski` GitHub account. It was transferred to a dedicated organization to improve long term project stability. See more details [here](https://github.com/nvim-mini/mini.nvim/discussions/1970).
1717
:::
1818

19-
⦿ This is a part of [mini.nvim](https://github.com/nvim-mini/mini.nvim) library. Please use [this link](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-bufremove.md) if you want to mention this module.
19+
⦿ This is a part of [mini.nvim](https://nvim-mini.org/mini.nvim) library. Please use [this link](https://nvim-mini.org/mini.nvim/readmes/mini-bufremove) if you want to mention this module.
2020

2121
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
2222

23-
⦿ See the repository page to learn about common design principles and configuration recipes.
23+
⦿ See [whole library documentation](https://nvim-mini.org/mini.nvim/doc/mini-nvim) to learn about general design principles, disable/configuration recipes, and more.
24+
25+
⦿ See [MiniMax](https://nvim-mini.org/MiniMax) for a full config example that uses this module.
2426

2527
---
2628

27-
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
29+
If you want to help this project grow but don't know where to start, check out [contributing guides of 'mini.nvim'](https://nvim-mini.org/mini.nvim/CONTRIBUTING) or leave a Github star for 'mini.nvim' project and/or any its standalone Git repositories.
2830

2931
## Demo
3032

@@ -50,7 +52,7 @@ There are two branches to install from:
5052
Here are code snippets for some common installation methods (use only one):
5153

5254
<details>
53-
<summary>With <a href="https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-deps.md">mini.deps</a></summary>
55+
<summary>With <a href="https://nvim-mini.org/mini.nvim/readmes/mini-deps">mini.deps</a></summary>
5456

5557
- 'mini.nvim' library:
5658

0 commit comments

Comments
 (0)