swconfig/lazyvim/lua/plugins/comment.lua
2024-03-08 12:02:51 +08:00

8 lines
110 B
Lua

return {
"numToStr/Comment.nvim",
opts = {
-- add any options here
},
lazy = false,
}