Skip to content

v0.7.0 - Bag of Goodies

Compare
Choose a tag to compare
@numToStr numToStr released this 02 Oct 05:51
· 67 commits to master since this release
d9cfae1

This release brings comment support for various filetypes, new :help comment-nvim docs and new Lua APIs. This release is guaranteed to be API compatible with nvim v0.7.0. So, until you upgrade to nvim v0.8.0, I recommend sticking to this tag.

Following are the migration instruction:

  • With packer.nvim
use {
    'numToStr/Comment.nvim',
    tag = 'v0.7.0',
    config = function()
        require('Comment').setup()
    end
}

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0