From 621a0531bc28b51acb12108762cf1a46c572db2c Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sat, 9 Aug 2025 21:32:42 +0200 Subject: [PATCH] fix(plugin): add comment sticky keys --- config/plugins/comment.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/plugins/comment.nix b/config/plugins/comment.nix index bb9c722..a35d73b 100644 --- a/config/plugins/comment.nix +++ b/config/plugins/comment.nix @@ -2,9 +2,13 @@ { plugins.comment = { enable = true; - settings.toggler = { - block = ""; - line = ""; + settings = { + sticky = true; + + toggler = { + block = ""; + line = ""; + }; }; }; }