Add global python3Dependencies

This commit is contained in:
bpatel347 2024-11-08 15:40:32 -05:00
parent c0742ca466
commit 93ffac6346

View file

@ -78,4 +78,6 @@ helpers.neovim-plugin.mkNeovimPlugin {
};
};
extraConfig = cfg: { extraPython3Packages = cfg.python3Dependencies; };
}