mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-28 02:34:17 -05:00
`combinePlugins` dropped the `runtimeDeps` of the combined plugins. The neovim wrapper then lost those PATH entries when `autowrapRuntimeDeps` was enabled. Aggregate `runtimeDeps` from the combined plugins and pass them through the plugin pack. nixpkgs reads the resulting `plugin.runtimeDeps` in `plugin-submodule.nix`.