helpers/vim-plugin/mkVimPlugin: add extraOptions option

This commit is contained in:
Gaetan Lepage 2024-02-13 17:05:49 +01:00 committed by Gaétan Lepage
parent 3f12558d49
commit 4edd01d614

View file

@ -16,6 +16,7 @@ with lib; {
settingsExample ? null,
globalPrefix ? "",
addExtraConfigRenameWarning ? false,
extraOptions ? {},
# config
extraPlugins ? [],
extraPackages ? [],
@ -86,7 +87,8 @@ with lib; {
}
// settingsOption
// packageOption
// pluginOptions;
// pluginOptions
// extraOptions;
imports =
imports