starter/lua/plugins/comment.lua

9 lines
105 B
Lua
Raw Normal View History

2024-05-13 12:33:06 +08:00
return {
2024-05-13 14:31:25 +08:00
{
"numToStr/Comment.nvim",
2024-05-15 09:39:12 +08:00
lazy = true,
event = "VeryLazy",
2024-05-13 14:31:25 +08:00
opts = {},
},
2024-05-13 12:33:06 +08:00
}