mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
vimPlugins.windows-nvim: fix middleclass dependency and check
This commit is contained in:
parent
ee143910b7
commit
cba879ba22
@ -2006,7 +2006,8 @@
|
||||
};
|
||||
|
||||
windows-nvim = super.windows-nvim.overrideAttrs {
|
||||
dependencies = with self; [ luaPackages.middleclass animation-nvim ];
|
||||
dependencies = with self; [ middleclass animation-nvim ];
|
||||
nvimRequireCheck = "windows";
|
||||
};
|
||||
|
||||
wtf-nvim = super.wtf-nvim.overrideAttrs {
|
||||
|
Loading…
Reference in New Issue
Block a user