kickstart.nvim/lua/custom/plugins/commentnvim.lua

8 lines
110 B
Lua

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