chartoggle.nvim
chartoggle.nvim copied to clipboard
Respect comments
It would be awesome if it was possible to toggle characters before comments. For example:
{ "hello/world" } -- my comment
would toggle:
{ "hello/world" }, -- my comment
Right now it does:
{ "hello/world" } -- my comment,
I think that is great idea. Thanks
#f70db7e This added this feature.