JoosepAlviste / nvim-ts-context-commentstring

Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
MIT License
1.13k stars 34 forks source link

Add support for Neovim's built-in comments #115

Closed kamack38 closed 2 months ago

kamack38 commented 2 months ago

There is currently no mention in the README file of how to enable this plugin for Neovim's built-in comment support, introduced in version 0.10.

polyzen commented 2 months ago

https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/109

kamack38 commented 2 months ago

Thank you!