mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins.*: use defaultNullOpts.mkProportion wherever possible
This commit is contained in:
parent
2e600f5796
commit
24ac8f651d
11 changed files with 31 additions and 37 deletions
|
@ -56,7 +56,7 @@ in
|
|||
The panel position.
|
||||
'';
|
||||
|
||||
ratio = helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0 1.0) 0.4 ''
|
||||
ratio = helpers.defaultNullOpts.mkProportion 0.4 ''
|
||||
The panel ratio.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue