mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Add global python3Dependencies
This commit is contained in:
parent
c0742ca466
commit
93ffac6346
1 changed files with 2 additions and 0 deletions
|
@ -78,4 +78,6 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraConfig = cfg: { extraPython3Packages = cfg.python3Dependencies; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue