summaryrefslogtreecommitdiffstats
path: root/modules/plugins/comments/comment-nvim/default.nix
blob: 6a6dbcb6895b5c4c4b4ec5ab22e2011494713dbb (plain)
1
2
3
4
5
6
{
  imports = [
    ./config.nix
    ./comment-nvim.nix
  ];
}