helpers/neovim-plugin: mkSetupOptionsOption -> mkSettingsOption

This commit is contained in:
Gaetan Lepage 2024-02-01 16:40:49 +01:00 committed by Gaétan Lepage
parent 37d124e946
commit ac0ef61339

View file

@ -3,7 +3,7 @@
nixvimOptions, nixvimOptions,
}: }:
with lib; { with lib; {
mkSetupOptionsOption = pluginName: options: { mkSettingsOption = pluginName: options: {
type = with types; type = with types;
submodule { submodule {
freeformType = with types; attrsOf anything; freeformType = with types; attrsOf anything;