From 63b66e87bb0c888d7e9ef2650620dc4e9771358c Mon Sep 17 00:00:00 2001 From: Superredstone Date: Thu, 24 Sep 2026 07:13:06 +0200 Subject: [PATCH] fix: regression for comment.nix --- config/plugins/comment.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/plugins/comment.nix b/config/plugins/comment.nix index 1e82978..fa12fa4 100644 --- a/config/plugins/comment.nix +++ b/config/plugins/comment.nix @@ -4,6 +4,10 @@ enable = true; settings = { sticky = true; + toggler = { + block = ""; + line = ""; + }; }; }; }