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