terrortylor / nvim-comment

A comment toggler for Neovim, written in Lua
MIT License
479 stars 23 forks source link

Sub-line comments #35

Open IndianBoy42 opened 3 years ago

IndianBoy42 commented 3 years ago

Not all languages support this but some like C/C++/Rust support block comments that would allow you to comment text at a finer granularity than lines.

Is there any interest/work on supporting this?