tv pkgs: add vim overlay
This commit is contained in:
parent
eb9c9b80ca
commit
8837981c59
7
tv/5pkgs/vim/default.nix
Normal file
7
tv/5pkgs/vim/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
with import <stockholm/lib>;
|
||||||
|
|
||||||
|
self: super: {
|
||||||
|
tv = super.tv // {
|
||||||
|
vimPlugins = mapNixDir (path: self.callPackage path {}) ./.;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue