mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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,
|
||||
globalPrefix ? "",
|
||||
addExtraConfigRenameWarning ? false,
|
||||
extraOptions ? {},
|
||||
# config
|
||||
extraPlugins ? [],
|
||||
extraPackages ? [],
|
||||
|
@ -86,7 +87,8 @@ with lib; {
|
|||
}
|
||||
// settingsOption
|
||||
// packageOption
|
||||
// pluginOptions;
|
||||
// pluginOptions
|
||||
// extraOptions;
|
||||
|
||||
imports =
|
||||
imports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue