vimPlugins.windows-nvim: fix middleclass dependency and check

This commit is contained in:
Gutyina Gergő 2024-05-17 00:20:41 +02:00
parent ee143910b7
commit cba879ba22
No known key found for this signature in database

View File

@ -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 {