swconfig/lazyvim/lua/plugins/comment.lua

8 lines
110 B
Lua
Raw Normal View History

2024-03-08 12:02:51 +08:00
return {
"numToStr/Comment.nvim",
opts = {
-- add any options here
},
lazy = false,
}