Nix-Hyprland/nixos/modules/nixvim/plugins/comment.nix

11 lines
148 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
programs.nixvim.plugins.comment = {
enable = true;
settings = {
opleader.line = "gcc";
toggler.line = "gcc";
};
};
}