Comment.nvim
Comment.nvim copied to clipboard
Bug: in VISUAL `comment_toggle_linewise_visual` and `gc` works blockwise if selection contains (a part of) one line
I expect these two mappings must always work linewise, no matter is it VISUAL or NORMAL and no matter how much lines/symbols are selected in VISUAL.
Tested on Lua file (with active LSP), not sure is it filetype/LSP dependent issue.
Same, any updates on this? Anything to do with block comments doesn't seem to work, unless I use C and then line comments are block comments for some reason (unless I use the API then it does use //)
Same, any updates on this? Anything to do with block comments doesn't seem to work, unless I use C and then line comments are block comments for some reason (unless I use the API then it does use //)
Can you share the config that you use for // with C? I'm currently writing C but gcc only gives me block comment no matter the configuration.
My dotfiles (and nvim config) are public, you are welcome to dig for it. @GNITOAHC