Download Latest Version v0.8.0 - Stable as a Rock source code.zip (32.8 kB)
Email in envelope

Get an email when there's a new version of Comment.nvim

Home / v0.6.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-07-13 2.5 kB
v0.6.1 - Before Apocalypse source code.tar.gz 2022-07-13 17.7 kB
v0.6.1 - Before Apocalypse source code.zip 2022-07-13 23.6 kB
Totals: 3 Items   43.8 kB 0

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:

  • With packer.nvim

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

  • With vim-plug

    :::vim Plug 'numToStr/Comment.nvim', { 'tag': 'v0.6.1' }

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

What's Changed

New Contributors

Full Changelog: https://github.com/numToStr/Comment.nvim/compare/v0.6...v0.6.1

Source: README.md, updated 2022-07-13