Skip to content

Bye Bye v0.6

Compare
Choose a tag to compare
@numToStr numToStr released this 16 Apr 11:34
· 144 commits to master since this release
0aaea32

This is the last commit/tag which will support neovim v0.6. So If you are using v0.6 I'll recommend sticking to this tag.

Following are the migration instruction:

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

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