plugins.neo-tree.gitStatusAsyncOptions.batchDelay

delay in ms between batches. Spreads out the workload to let other processes run.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 10

Declared by:

plugins.neo-tree.gitStatusAsyncOptions.batchSize

How many lines of git status results to process at a time

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 1000

Declared by:

plugins.neo-tree.gitStatusAsyncOptions.maxLines

How many lines of git status results to process. Anything after this will be dropped. Anything before this will be used. The last items to be processed are the untracked files.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 10000

Declared by: