summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/vim/default.nix
blob: 5582be3fd501d97ab3b1064d383f8b0a104737d0 (plain)
1
2
3
4
5
6
7
with import <stockholm/lib>;

self: super: {
  tv = super.tv // {
    vimPlugins = mapNixDir (path: self.callPackage path {}) ./.;
  };
}