home/.config/nvim/lua/plugins/comment.lua
2023-08-21 00:09:00 +02:00

11 lines
144 B
Lua

return {
"numToStr/Comment.nvim",
event = "VeryLazy",
config = true,
opts = {
mappings = {
basic = false,
extra = false,
},
},
}