mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
helpers/vim-plugin/mkVimPlugin: add extraOptions option
This commit is contained in:
parent
3f12558d49
commit
4edd01d614
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ with lib; {
|
||||||
settingsExample ? null,
|
settingsExample ? null,
|
||||||
globalPrefix ? "",
|
globalPrefix ? "",
|
||||||
addExtraConfigRenameWarning ? false,
|
addExtraConfigRenameWarning ? false,
|
||||||
|
extraOptions ? {},
|
||||||
# config
|
# config
|
||||||
extraPlugins ? [],
|
extraPlugins ? [],
|
||||||
extraPackages ? [],
|
extraPackages ? [],
|
||||||
|
@ -86,7 +87,8 @@ with lib; {
|
||||||
}
|
}
|
||||||
// settingsOption
|
// settingsOption
|
||||||
// packageOption
|
// packageOption
|
||||||
// pluginOptions;
|
// pluginOptions
|
||||||
|
// extraOptions;
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
imports
|
imports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue