summaryrefslogtreecommitdiffstats
path: root/nixos/modules/nixvim/plugins/comment.nix
blob: 5aa38ad5ba6d4f383a2b14e25dc0f1ccac15596b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  programs.nixvim.plugins.comment = {
    enable = true;

    settings = {
      opleader.line = "gcc";
      toggler.line = "gcc";
    };
  };
}