starter/lua/plugins/coding_mine.lua
2024-04-11 21:26:39 -07:00

7 lines
93 B
Lua

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