From e8dbd24b6ff7bb0ac3bf8caae511ab2a6a615525 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 9 Mar 2024 00:03:57 -0500 Subject: remove comment options (they we're just the defaults) --- after/plugin/comment.lua | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'after/plugin') 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 {} -- cgit v1.2.1