mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-09-26 12:17:53 +02:00
fix: regression for comment.nix
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
sticky = true;
|
||||
toggler = {
|
||||
block = "<C-x>";
|
||||
line = "<C-c>";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user