diff --git a/lib/neovim-plugin.nix b/lib/neovim-plugin.nix index 5bab9b7c..5ab9df5d 100644 --- a/lib/neovim-plugin.nix +++ b/lib/neovim-plugin.nix @@ -3,7 +3,7 @@ nixvimOptions, }: with lib; { - mkSetupOptionsOption = pluginName: options: { + mkSettingsOption = pluginName: options: { type = with types; submodule { freeformType = with types; attrsOf anything;