vimPlugins.windows-nvim: fix middleclass dependency and check

This commit is contained in:
Gutyina Gergő
2024-08-23 10:47:25 +02:00
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 {