nix-community.nixvim/tests/test-sources/modules/performance
Stanislav Asunkin f28d384ab5 modules/performance/combine-plugins: propagate lua dependencies
Plugins from luarocks (e.g. telescope-nvim) have dependencies specified
in propagatedBuildInputs. These dependencies are not added as plugins in
Nvim runtime. They are added to LUA_PATH env var for wrapped neovim.
This commit collects all propagatedBuildInputs from input plugin list
and puts them in the combined plugin.
Note that such dependencies are never combined, because they are not
plugins.
2025-04-28 17:26:13 +03:00
..
files modules/performance: add ability to byte compile lua configuration files 2024-07-31 11:31:40 +00:00
byte-compile-lua.nix tests/modules/performance/byte-compile-lua: fix tests 2025-04-28 17:26:13 +03:00
combine-plugins.nix modules/performance/combine-plugins: propagate lua dependencies 2025-04-28 17:26:13 +03:00