fix: init/config are loaded to on-the-fly build plugins

main
LeMarsu 2024-06-07 16:20:46 +02:00
parent da637930bc
commit 61381e2ba0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
inherit (dep) plugin;
in
if attrNames plugin == ["name" "src"]
then {plugin = remotePluginToNeovimPlugin plugin;}
then dep // {plugin = remotePluginToNeovimPlugin plugin;}
else dep;
p = withPluginDefaults plugin;
in