mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
lib/options: add defaultNullOpts.mkFloat
This commit is contained in:
parent
24ac8f651d
commit
91227dca9e
3 changed files with 4 additions and 2 deletions
|
@ -181,7 +181,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
];
|
||||
};
|
||||
|
||||
float_precision = defaultNullOpts.mkNullable types.float 0.01 ''
|
||||
float_precision = defaultNullOpts.mkFloat 0.01 ''
|
||||
Can limit the number of decimals displayed for floats.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue