🐛 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:
@@ -59,6 +59,10 @@ return {
|
|||||||
},
|
},
|
||||||
{ -- Comment
|
{ -- Comment
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
opts = {},
|
opts = {
|
||||||
|
opleader = {
|
||||||
|
line = "gC",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user