summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/comments.lua
blob: b1267f651d859602f03afecd1ff1d3233a3872a1 (plain)
1
2
3
4
5
return {
	'numToStr/Comment.nvim',
	event = { 'BufReadPre', 'BufNewFile' },
	config = true,
}