remove comment options (they we're just the defaults)
This commit is contained in:
parent
debeca659a
commit
e8dbd24b6f
1 changed files with 1 additions and 21 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue