summaryrefslogtreecommitdiffstats
path: root/after/plugin/comment.lua
blob: 15ec3d86ca9eef1880811680aa84f8ba7b56ebb7 (plain) (blame)
1
2
3
4
5
6
local status_ok, comment = pcall(require, "Comment")
if not status_ok then
	return
end

comment.setup {}