14 lines
190 B
Lua
14 lines
190 B
Lua
-- https://github.com/numToStr/Comment.nvim
|
|
return {
|
|
"numToStr/Comment.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
toggler = {
|
|
block = "gBc",
|
|
},
|
|
opleader = {
|
|
block = "gB",
|
|
},
|
|
},
|
|
}
|