mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
c6080c206e
commit
ae78face8d
22 changed files with 100 additions and 185 deletions
|
@ -138,9 +138,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
NOTE: this only works if `use_ya_for_events_reading` is enabled, etc.
|
||||
'';
|
||||
|
||||
floating_window_scaling_factor =
|
||||
defaultNullOpts.mkNum 0.9
|
||||
"The floating window scaling factor. 1 means 100%, 0.9 means 90%, etc.";
|
||||
floating_window_scaling_factor = defaultNullOpts.mkNum 0.9 "The floating window scaling factor. 1 means 100%, 0.9 means 90%, etc.";
|
||||
|
||||
yazi_floating_window_winblend = defaultNullOpts.mkNullableWithRaw' {
|
||||
type = types.ints.between 0 100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue