nvim/lua/plugins/comment.lua

8 lines
148 B
Lua

return {
"numToStr/Comment.nvim",
keys = { "gcc", "gcb" },
event = { "BufReadPre" },
config = true,
opts = { ignore = "^$" },
}