starter/lua/plugins/coding_mine.lua
2024-04-09 23:37:42 -07:00

8 lines
108 B
Lua

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