starter/lua/plugins/comment.lua
2024-05-15 08:39:12 +07:00

8 lines
105 B
Lua

return {
{
"numToStr/Comment.nvim",
lazy = true,
event = "VeryLazy",
opts = {},
},
}