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