summaryrefslogtreecommitdiffstats
path: root/modules/plugins/mini/indentscope/default.nix
blob: 487c248cdca4a918fa3593538d1a84d896eb6e76 (plain)
1
2
3
4
5
6
{
  imports = [
    ./indentscope.nix
    ./config.nix
  ];
}