mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-09-26 20:27:52 +02:00
14 lines
180 B
Nix
14 lines
180 B
Nix
{ ... }:
|
|
{
|
|
plugins.comment = {
|
|
enable = true;
|
|
settings = {
|
|
sticky = true;
|
|
toggler = {
|
|
block = "<C-x>";
|
|
line = "<C-c>";
|
|
};
|
|
};
|
|
};
|
|
}
|