From bca13186402b12c26fcd2ae3ff9651c88dc2197d Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 21 Mar 2025 22:49:26 +0300 Subject: [PATCH] fix the commenter --- plugins/comment.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/comment.nix b/plugins/comment.nix index a6e2831..aa5a156 100644 --- a/plugins/comment.nix +++ b/plugins/comment.nix @@ -1,7 +1,6 @@ { plugins.comment.settings = { - toggler = { - line = ""; # TODO check if this works - }; + toggler.line = ""; + opleader.line = ""; }; }