Release 0.9.0

release
reddit
Colors, comments, and maintenance
Author

Evgeni Chasnovski

Published

June 8, 2023

Originally posted on Reddit

Hello, Neovim users!

I am once again greatly pleased to share the news about the release of mini.nvim version 0.9.0. It is mostly about three new modules related to colors, exciting new features of ‘mini.comment’, and some maintenance work.

Here is a full release description if you are curious.


Three new modules came out of beta-testing (all related to colors):


mini.comment got substantial update following new features in Neovim 0.9.0:


There were a lot of maintenance work related to long awaited deprecation of Neovim<=0.6 support. This means that ‘mini.nvim’ can finally use Lua API for common tasks like autocommands, mappings, and default highlight group creation. This also results into less exported functions (which were mostly there to work with autocommands and mappings) reducing tests and documentation.


If you feel adventurous to try new color scheme, tweak your own, add highlights to some patterns, or start using tree-sitter aware comments out of the box, this is a good opportunity to do it!

Thanks for reading! Hope to see you in the next module release!