nix-community.nixvim/tests/test-sources/modules
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
..
performance modules/performance/combine-plugins: propagate lua dependencies 2025-04-28 17:26:13 +03:00
autocmd.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
clipboard.nix tests/modules/clipboard: add raw lua code test 2024-11-15 18:40:10 +00:00
commands.nix modules/commands: allow commands to be raw lua 2024-05-21 14:27:49 +02:00
dependencies.nix plugins/telescope/media-files: use the top-level dependencies option 2025-04-27 11:28:18 +02:00
diagnostics.nix modules/diagnostic: rename diagnostics -> diagnostic.config 2025-04-26 20:09:23 +01:00
editorconfig.nix editorconfig: Migrate to builtin plugin (#335) 2023-04-15 15:21:25 +02:00
extra-files.nix modules: refactor extraFiles 2024-07-07 16:42:47 +01:00
files.nix modules/files: fix creating configs of vim type 2024-07-19 14:45:34 +03:00
filetypes.nix tests: remove special treatment of module 2024-08-20 01:07:21 +01:00
highlight.nix tests: fix occurences of deprecated "options" option 2024-03-30 14:21:21 +01:00
keymaps.nix modules/keymaps: add replace_keycodes keymap sub-option 2025-03-28 11:32:49 +01:00
lua-loader.nix modules/lua-loader: use new 0.11 API for enabling/disabling 2025-04-01 16:03:03 +02:00
options.nix tests: fix occurences of deprecated "options" option 2024-03-30 14:21:21 +01:00
output.nix tests/modules/output: add tests for providers 2024-11-13 16:55:33 -03:00