14 lines
202 B
Lua

return {
"numToStr/Comment.nvim",
event = "VeryLazy",
opts = {
mappings = {
basic = false,
extra = false,
},
},
config = function(_, opts)
require("Comment").setup(opts)
end,
}