Skip to content

v0.6.1 - Before Apocalypse

Compare
Choose a tag to compare
@numToStr numToStr released this 15 Jul 13:32
· 131 commits to master since this release
7c49fb2

This release meant to be a stable snapshot of the plugin so that I can do some crazy refactoring #177 and sad deprecations #180 later on inside the plugin. This release is compatible with Neovim >=v0.7 :)

Following are the instructions:

use {
    'numToStr/Comment.nvim',
    tag = 'v0.6.1',
    config = function()
        require('Comment').setup()
    end
}
Plug 'numToStr/Comment.nvim', { 'tag': 'v0.6.1' }

" Somewhere after plug#end()
lua require('Comment').setup()

What's Changed

New Contributors

Full Changelog: v0.6...v0.6.1