Skip to content

Commit 944ecbb

Browse files
committed
feat(mini.nvim): sync to 7d57454
1 parent 9511482 commit 944ecbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mini.nvim/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ There are following change types:
88
- `Refine` - change in previously intended functionality *without* adding new one. This is usually described as a "breaking change", but used here in a sense that it might break user's expectations about existing functionality.
99
- `Expand` - adding new functionality without affecting existing ones. This is essentially new features.
1010

11+
# Version 0.18.0-dev {#v0.18.0}
12+
13+
1114
# Version 0.17.0 {#v0.17.0}
1215

1316
## All {#v0.17.0-all}

mini.nvim/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ This plugin comes with several color schemes (all have both dark and light varia
241241
This is the list of modules I currently intend to implement eventually (as my free time and dedication will allow), in alphabetical order:
242242

243243
- 'mini.abbrev' - helper to manage/setup Insert mode abbreviations.
244-
- 'mini.cmdline' - improved Command line. Possibly with custom `vim.ui.input` implementation.
245244
- 'mini.cycle' - cycle through alternatives with pre-defined rules. Something like [monaqa/dial.nvim](https://github.com/monaqa/dial.nvim) and [AndrewRadev/switch.vim](https://github.com/AndrewRadev/switch.vim)
246245
- 'mini.folds' - more capable and user-friendly folds.
247246
- 'mini.repl' - extendable wrapper for REPLs with built-in support for R, Python, Julia, and maybe (just maybe) some AI tools.

0 commit comments

Comments
 (0)