SoloVim/lua/plugins/comment.lua

6 lines
90 B
Lua

return {
"numToStr/Comment.nvim",
event = { "BufReadPre", "BufNewFile" },
opts = {},
}