summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/comment.lua
blob: eb93c011980358eed0722b4d9fe6867aa0a269e8 (plain)
1
2
3
4
5
6
7
8
return {
	"numToStr/Comment.nvim",
	lazy = false,
	opts = {},
	config = function()
		require("Comment").setup()
	end,
}