14 lines
202 B
Lua
Raw Normal View History

2023-08-19 17:22:56 +00:00
return {
"numToStr/Comment.nvim",
event = "VeryLazy",
opts = {
mappings = {
basic = false,
extra = false,
},
},
config = function(_, opts)
require("Comment").setup(opts)
end,
}