helpers/neovim-plugin/mkSettingsOption: fix typo

This commit is contained in:
Gaetan Lepage 2024-02-07 14:21:11 +01:00 committed by Gaétan Lepage
parent eaa1736151
commit 2e18333dd2

View file

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