mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +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
|
@ -317,13 +317,13 @@ in
|
|||
Auto save file when the rename is done.
|
||||
'';
|
||||
|
||||
projectMaxWidth = helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0
|
||||
1.0
|
||||
) 0.5 "Width for the `project_replace` float window.";
|
||||
projectMaxWidth =
|
||||
helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0 1.0) 0.5
|
||||
"Width for the `project_replace` float window.";
|
||||
|
||||
projectMaxHeight = helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0
|
||||
1.0
|
||||
) 0.5 "Height for the `project_replace` float window.";
|
||||
projectMaxHeight =
|
||||
helpers.defaultNullOpts.mkNullable (types.numbers.between 0.0 1.0) 0.5
|
||||
"Height for the `project_replace` float window.";
|
||||
|
||||
keys = {
|
||||
quit = mkKeymapOption "<C-k>" "Quit rename window or `project_replace` window.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue