folke / ts-comments.nvim

Tiny plugin to enhance Neovim's native comments
Apache License 2.0
321 stars 23 forks source link

feature: block comments #17

Closed nipunlakshank closed 4 months ago

nipunlakshank commented 4 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I miss the block comment feature from previous plugin I used.

Describe the solution you'd like

Describe alternatives you've considered

Change api to add user defined hooks to comment as a block for each language (and a default one to all files)

Additional context

No response

folke commented 4 months ago

The goal of ts-comments.nvim is to enhance the native commenting feature of Neovim >= 0.10. Neovim only supports linewise comments. Adding block-wise comments is out of scope for this plugin.