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 = ""; + }; }; }; }