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
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.
14
14
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:
16
16
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'.
18
23
19
24
::: {.callout-note}
20
25
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:
37
42
38
43
Here are code snippets for some common installation methods:
39
44
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)):
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-ai.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-ai.qmd
20
20
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).
21
21
:::
22
22
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.
24
24
25
25
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
26
26
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.
28
30
29
31
---
30
32
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.
32
34
33
35
## Demo
34
36
@@ -67,7 +69,7 @@ There are two branches to install from:
67
69
Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-align.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-align.
16
16
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).
17
17
:::
18
18
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.
20
20
21
21
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
22
22
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.
24
26
25
27
---
26
28
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.
28
30
29
31
## Demo
30
32
@@ -64,7 +66,7 @@ There are two branches to install from:
64
66
Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-animate.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-animat
16
16
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).
17
17
:::
18
18
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.
20
20
21
21
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
22
22
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.
24
26
25
27
---
26
28
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.
28
30
29
31
## Demo
30
32
@@ -60,7 +62,7 @@ There are two branches to install from:
60
62
Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-base16.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-base16
20
20
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).
21
21
:::
22
22
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.
24
24
25
25
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
26
26
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.
28
30
29
31
---
30
32
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.
32
34
33
35
## Demo
34
36
@@ -49,7 +51,7 @@ Supported highlight groups:
49
51
- Built-in Neovim LSP and diagnostic.
50
52
- Plugins (either with explicit definition or by verification that default
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-basics.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-basics
16
16
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).
17
17
:::
18
18
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.
20
20
21
21
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
22
22
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.
24
26
25
27
---
26
28
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.
28
30
29
31
## Demo
30
32
@@ -57,7 +59,7 @@ There are two branches to install from:
57
59
Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-bracketed.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-bracke
16
16
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).
17
17
:::
18
18
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.
20
20
21
21
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
22
22
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.
24
26
25
27
---
26
28
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.
28
30
29
31
## Demo
30
32
@@ -83,7 +85,7 @@ There are two branches to install from:
83
85
Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardExpand all lines: mini.nvim/readmes/mini-bufremove.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ See more details in [Features](#features) and [Documentation](../doc/mini-bufrem
16
16
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).
17
17
:::
18
18
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.
20
20
21
21
⦿ All contributions (issues, pull requests, discussions, etc.) are done inside of 'mini.nvim'.
22
22
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.
24
26
25
27
---
26
28
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.
28
30
29
31
## Demo
30
32
@@ -50,7 +52,7 @@ There are two branches to install from:
50
52
Here are code snippets for some common installation methods (use only one):
0 commit comments