12.nixvim/tests
Quentin Boyer d2f9e011d9 lib/neovim-plugin: Add lua configuration scoped to the plugin
This commit adds a `plugins.<name>.luaConfig` section controlling the
plugin specific configuration.

The section contains the internal `init` option, containing the plugin's
initialization code.

It also contains the public `pre` and `post` options, that allow to add
code before & after the `init` section

Finally, it contains the `final` option, being the concatenation of the
three previous options.
2024-09-22 16:15:27 +00:00
..
modules
test-sources lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
default.nix
enable-except-in-tests.nix
extend.nix
extra-args.nix
extra-files.nix
failing-tests.nix
fetch-tests.nix
generated.nix
lib-tests.nix lib: fix escaping bugs in wrapVimscriptForLua and wrapLuaForVimscript 2024-09-19 15:41:46 -07:00
maintainers.nix
no-flake.nix
package-options.nix flake: add an empty nixvimConfiguration to the legacyPackages output 2024-09-15 18:59:52 +01:00
plugins-by-name.nix flake: add an empty nixvimConfiguration to the legacyPackages output 2024-09-15 18:59:52 +01:00