mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
@ -183,13 +183,13 @@ in
|
|||
'';
|
||||
|
||||
summary = {
|
||||
widthPercentage = helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0
|
||||
1.0
|
||||
) 0.7 "Width of the pop-up window.";
|
||||
widthPercentage =
|
||||
helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0 1.0) 0.7
|
||||
"Width of the pop-up window.";
|
||||
|
||||
heightPercentage = helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0
|
||||
1.0
|
||||
) 0.5 "Height of the pop-up window.";
|
||||
heightPercentage =
|
||||
helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0 1.0) 0.5
|
||||
"Height of the pop-up window.";
|
||||
|
||||
borders = mapAttrs (optionName: default: helpers.defaultNullOpts.mkStr default "") {
|
||||
topleft = "╭";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue