Nix-Hyprland/nixos/modules/nixvim/plugins/comment.nix
2024-04-17 05:52:14 +05:00

11 lines
148 B
Nix

{
programs.nixvim.plugins.comment = {
enable = true;
settings = {
opleader.line = "gcc";
toggler.line = "gcc";
};
};
}