Release 0.8.0

release
reddit
Two new modules, ‘mini.comment’ and ‘mini.jump2d’ updates
Author

Evgeni Chasnovski

Published

April 2, 2023

Originally posted on Reddit

Hello, Neovim users!

I am here to tell you about version 0.8.0 release of mini.nvim. It is mostly about two new modules and cleaning up issue backlog (both issues and feature requests).

Here is a full release description if you are curious, while I’ll mention the most prominent ones here.


Two new modules came out of beta-testing:


There is a new design principle of silencing module’s non-error feedback. All modules which can do that (like ‘mini.ai’, ‘mini.jump2d’, ‘mini.surround’) now have config.silent option.


‘mini.comment’ got quite substantial update allowing more customization. Users can now control whether to:


‘mini.jump2d’ got also some customization options. User now can control:

It is now visually on par with phaazon/hop.nvim while also having several differences (most are matter of taste, but to me seem more natural). Demo is also updated showing these new capabilities.


‘mini.surround’ now can be configured to respect selection type when adding and deleting surroundings. For example, adding surroundings to linewise visual selection places them on separate lines while indenting selection once.


If you were waiting for new modules to come out of beta-testing or just curious to try new features, this is the time to do it!

Thanks for reading!