nvim/lua/plugins/comment.lua

8 lines
148 B
Lua
Raw Normal View History

2023-05-16 09:22:33 +01:00
return {
"numToStr/Comment.nvim",
keys = { "gcc", "gcb" },
event = { "BufReadPre" },
config = true,
opts = { ignore = "^$" },
}