diff options
Diffstat (limited to 'after')
-rw-r--r-- | after/plugin/comment.lua | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/after/plugin/comment.lua b/after/plugin/comment.lua index e95b823..15ec3d8 100644 --- a/after/plugin/comment.lua +++ b/after/plugin/comment.lua @@ -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 {} |