mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +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
|
@ -52,7 +52,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
as allowing this plugin to provide logical defaults for a "batteries included" experience.
|
||||
'';
|
||||
|
||||
max_file_size = defaultNullOpts.mkNullable types.float 10.0 ''
|
||||
max_file_size = defaultNullOpts.mkFloat 10.0 ''
|
||||
The maximum file size that this plugin will attempt to render in megabytes.
|
||||
|
||||
This plugin only does rendering for what is visible within the viewport so the size of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue