mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 03:50:09 +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
|
@ -104,13 +104,9 @@ in
|
|||
gitStatusAsync = helpers.defaultNullOpts.mkBool true "";
|
||||
|
||||
gitStatusAsyncOptions = {
|
||||
batchSize =
|
||||
helpers.defaultNullOpts.mkInt 1000
|
||||
"How many lines of git status results to process at a time";
|
||||
batchSize = helpers.defaultNullOpts.mkInt 1000 "How many lines of git status results to process at a time";
|
||||
|
||||
batchDelay =
|
||||
helpers.defaultNullOpts.mkInt 10
|
||||
"delay in ms between batches. Spreads out the workload to let other processes run.";
|
||||
batchDelay = helpers.defaultNullOpts.mkInt 10 "delay in ms between batches. Spreads out the workload to let other processes run.";
|
||||
|
||||
maxLines = helpers.defaultNullOpts.mkInt 10000 ''
|
||||
How many lines of git status results to process. Anything after this will be dropped.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue