🐛 fix(comments)!: tweak comments.nvim mapping

Allows use of native gc mapping in VISUAL and comments.nvim via gC

BREAKING CHANGE: Changes default comment provider in VISUAL mode
This commit is contained in:
2024-09-21 06:55:49 -04:00
parent 181797de7e
commit ef4bcae585
+5 -1
View File
@@ -59,6 +59,10 @@ return {
}, },
{ -- Comment { -- Comment
"numToStr/Comment.nvim", "numToStr/Comment.nvim",
opts = {}, opts = {
opleader = {
line = "gC",
},
},
}, },
} }