mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
helpers/neovim-plugin/mkSettingsOption: fix typo
This commit is contained in:
parent
eaa1736151
commit
2e18333dd2
1 changed files with 19 additions and 18 deletions
|
@ -3,7 +3,8 @@
|
||||||
nixvimOptions,
|
nixvimOptions,
|
||||||
}:
|
}:
|
||||||
with lib; {
|
with lib; {
|
||||||
mkSettingsOption = pluginName: options: {
|
mkSettingsOption = pluginName: options:
|
||||||
|
mkOption {
|
||||||
type = with types;
|
type = with types;
|
||||||
submodule {
|
submodule {
|
||||||
freeformType = with types; attrsOf anything;
|
freeformType = with types; attrsOf anything;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue