Name | Modified | Size | Downloads / 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
- feat!:
<Plug>
mappings by @numToStr in https://github.com/numToStr/Comment.nvim/pull/98 - feat: add
elixir
support by @sbennett33 in https://github.com/numToStr/Comment.nvim/pull/148 - feat: add
gdscript
support by @Arrow-x in https://github.com/numToStr/Comment.nvim/pull/152 - feat: add
cabal
support by @uf5 in https://github.com/numToStr/Comment.nvim/pull/156 - feat: add
R
support by @jmbuhr in https://github.com/numToStr/Comment.nvim/pull/165 - chore: tweak emmylua docs by @numToStr in https://github.com/numToStr/Comment.nvim/pull/162
- feat: add
cuda
support by @horst5000 in https://github.com/numToStr/Comment.nvim/pull/170 - feat: add
stata
support by @richardcherron in https://github.com/numToStr/Comment.nvim/pull/173 - feat: add
Solidity
support by @alefbragin in https://github.com/numToStr/Comment.nvim/pull/178 - feat: add
arduino
support by @Saecki in https://github.com/numToStr/Comment.nvim/pull/181
New Contributors
- @RielJ made their first contribution in https://github.com/numToStr/Comment.nvim/pull/146
- @sbennett33 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/148
- @Arrow-x made their first contribution in https://github.com/numToStr/Comment.nvim/pull/152
- @uf5 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/156
- @jmbuhr made their first contribution in https://github.com/numToStr/Comment.nvim/pull/165
- @horst5000 made their first contribution in https://github.com/numToStr/Comment.nvim/pull/170
- @richardcherron made their first contribution in https://github.com/numToStr/Comment.nvim/pull/173
- @alefbragin made their first contribution in https://github.com/numToStr/Comment.nvim/pull/178
Full Changelog: https://github.com/numToStr/Comment.nvim/compare/v0.6...v0.6.1