mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 12:11:47 +01:00
15 lines
181 B
Nix
15 lines
181 B
Nix
{ ... }:
|
|
{
|
|
plugins.comment = {
|
|
enable = true;
|
|
settings = {
|
|
sticky = true;
|
|
|
|
toggler = {
|
|
block = "<C-x>";
|
|
line = "<C-c>";
|
|
};
|
|
};
|
|
};
|
|
}
|