| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-09-30 | 4.3 kB | |
| v0.7.0 - Bag of Goodies source code.tar.gz | 2022-09-30 | 25.6 kB | |
| v0.7.0 - Bag of Goodies source code.zip | 2022-09-30 | 32.8 kB | |
| Totals: 3 Items | 62.7 kB | 0 | |
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
:::lua use { 'numToStr/Comment.nvim', tag = 'v0.7.0', config = function() require('Comment').setup() end }
What's Changed
- chore!: refactoring by @numToStr in https://github.com/numToStr/Comment.nvim/pull/179
- feat: add
glslsupport by @daangoossens22 in https://github.com/numToStr/Comment.nvim/pull/184 - feat: add
elvishsupport by @codyopel in https://github.com/numToStr/Comment.nvim/pull/185 - feat: Add
jsonnetsupport by @codyopel in https://github.com/numToStr/Comment.nvim/pull/186 - Added Prisma filetype by @Dosx001 in https://github.com/numToStr/Comment.nvim/pull/188
- Add
replace_keycodes=falseto expr mappings by @jdrouhard in https://github.com/numToStr/Comment.nvim/pull/190 - feat: Add keymap descriptions by @rafamadriz in https://github.com/numToStr/Comment.nvim/pull/192
- docs(readme):
togglerdoesn't defines mappings in visual mode by @refaelsh in https://github.com/numToStr/Comment.nvim/pull/197 - feat!: new lua API (using metatables) by @numToStr in https://github.com/numToStr/Comment.nvim/pull/183
- change!: move
after/plugin/Comment.lua=>plugin/Comment.luaby @numToStr in https://github.com/numToStr/Comment.nvim/pull/202 - fix!:
i_<C-o>gccinsertsg@$by @numToStr in https://github.com/numToStr/Comment.nvim/pull/204 - feat: help docs
:h comment-nvimby @numToStr in https://github.com/numToStr/Comment.nvim/pull/205 - feat: add
gnuplotsupport by @sahashirshendu in https://github.com/numToStr/Comment.nvim/pull/209 - feat: add
nusupport by @jgollenz in https://github.com/numToStr/Comment.nvim/pull/210 - feat: add
gitignoresupport by @eeeXun in https://github.com/numToStr/Comment.nvim/pull/217 - fix: remove
lockmarksfromgc{o,O}by @PowerUser64 in https://github.com/numToStr/Comment.nvim/pull/220 - fix: empty line indentation when using tabs by @numToStr in https://github.com/numToStr/Comment.nvim/pull/228
- Add rego support (simple hash) by @cova-fe in https://github.com/numToStr/Comment.nvim/pull/244
- feat: support compound (dot-separated) filetypes by @numToStr in https://github.com/numToStr/Comment.nvim/pull/245
- Add nim comments by @sigmaSd in https://github.com/numToStr/Comment.nvim/pull/246
- Add
lilypondsupport by @Akmadan23 in https://github.com/numToStr/Comment.nvim/pull/248 - feat(ft): add twig support by @gbprod in https://github.com/numToStr/Comment.nvim/pull/249
New Contributors
- @daangoossens22 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/184
- @codyopel made their first contribution in https://github.com/numToStr/Comment.nvim/pull/185
- @Dosx001 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/188
- @jdrouhard made their first contribution in https://github.com/numToStr/Comment.nvim/pull/190
- @rafamadriz made their first contribution in https://github.com/numToStr/Comment.nvim/pull/192
- @refaelsh made their first contribution in https://github.com/numToStr/Comment.nvim/pull/197
- @sahashirshendu made their first contribution in https://github.com/numToStr/Comment.nvim/pull/209
- @jgollenz made their first contribution in https://github.com/numToStr/Comment.nvim/pull/210
- @eeeXun made their first contribution in https://github.com/numToStr/Comment.nvim/pull/217
- @PowerUser64 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/220
- @cova-fe made their first contribution in https://github.com/numToStr/Comment.nvim/pull/244
- @sigmaSd made their first contribution in https://github.com/numToStr/Comment.nvim/pull/246
- @Akmadan23 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/248
- @gbprod made their first contribution in https://github.com/numToStr/Comment.nvim/pull/249
Full Changelog: https://github.com/numToStr/Comment.nvim/compare/v0.6.1...v0.7.0