mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
helpers/neovim-plugin: mkSetupOptionsOption -> mkSettingsOption
This commit is contained in:
parent
37d124e946
commit
ac0ef61339
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
nixvimOptions,
|
||||
}:
|
||||
with lib; {
|
||||
mkSetupOptionsOption = pluginName: options: {
|
||||
mkSettingsOption = pluginName: options: {
|
||||
type = with types;
|
||||
submodule {
|
||||
freeformType = with types; attrsOf anything;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue