remove comment options (they we're just the defaults)

This commit is contained in:
2024-03-09 00:03:57 -05:00
parent debeca659a
commit e8dbd24b6f

View File

@ -3,24 +3,4 @@ if not status_ok then
return
end
comment.setup {
toggler = {
line = 'gcc',
block = 'gbc',
},
opleader = {
line = 'gc',
block = 'gb',
},
extra = {
above = 'gcO',
below = 'gco',
eol = 'gcA',
},
mappings = {
basic = true,
extra = true,
},
pre_hook = nil,
post_hook = nil,
}
comment.setup {}