nvim1/lua/plugins/comment.lua

6 lines
77 B
Lua

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