starter/lua/plugins/coding_mine.lua
2024-04-03 08:49:43 -07:00

9 lines
125 B
Lua

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