fix(plugin): add comment sticky keys

This commit is contained in:
2025-08-09 21:32:42 +02:00
parent 2a46ededb7
commit 621a0531bc

View File

@@ -2,9 +2,13 @@
{ {
plugins.comment = { plugins.comment = {
enable = true; enable = true;
settings.toggler = { settings = {
sticky = true;
toggler = {
block = "<C-x>"; block = "<C-x>";
line = "<C-c>"; line = "<C-c>";
}; };
}; };
};
} }