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,
}:
with lib; {
mkSetupOptionsOption = pluginName: options: {
mkSettingsOption = pluginName: options: {
type = with types;
submodule {
freeformType = with types; attrsOf anything;