remove comment options (they we're just the defaults)
This commit is contained in:
@ -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 {}
|
||||
|
Reference in New Issue
Block a user