How do you toggle comments in Neovim using Comment.nvim?
Answer
gcc to toggle line
Explanation
Comment.nvim provides gcc to toggle line comments and gc in visual mode for selections. Supports all languages via Tree-sitter.
gcc to toggle line
Comment.nvim provides gcc to toggle line comments and gc in visual mode for selections. Supports all languages via Tree-sitter.