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.8.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-04-11 4.3 kB
v0.8.0 - Stable as a Rock source code.tar.gz 2023-04-11 25.3 kB
v0.8.0 - Stable as a Rock source code.zip 2023-04-11 32.8 kB
Totals: 3 Items   62.4 kB 0

This release some brings more filetype support and removal of deprecated APIs and keybindings. This release is guaranteed to be API compatible with nvim v0.8.0. So, until you upgrade to nvim v0.9.0, I recommend sticking to this tag.

  • With packer.nvim

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

  • With lazy.nvim

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

What's Changed

New Contributors

Full Changelog: https://github.com/numToStr/Comment.nvim/compare/v0.7.0...v0.8.0

Source: README.md, updated 2023-04-11