dotfiles/nvim/dot-config/nvim/lua/plugins/comment.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",
},
},
}