tv pkgs: add vim overlay

This commit is contained in:
tv 2019-05-21 21:47:43 +02:00
parent eb9c9b80ca
commit 8837981c59
1 changed files with 7 additions and 0 deletions

7
tv/5pkgs/vim/default.nix Normal file
View File

@ -0,0 +1,7 @@
with import <stockholm/lib>;
self: super: {
tv = super.tv // {
vimPlugins = mapNixDir (path: self.callPackage path {}) ./.;
};
}