fix: regression for comment.nix

This commit is contained in:
2026-09-24 07:13:06 +02:00
parent ffa4d52ba4
commit 63b66e87bb
+4
View File
@@ -4,6 +4,10 @@
enable = true;
settings = {
sticky = true;
toggler = {
block = "<C-x>";
line = "<C-c>";
};
};
};
}