From ac0ef61339e51a96e8662f611a3f6b7643229c11 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 1 Feb 2024 16:40:49 +0100 Subject: [PATCH] helpers/neovim-plugin: mkSetupOptionsOption -> mkSettingsOption --- lib/neovim-plugin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;