plugins.neo-tree.gitStatusAsyncOptions.batchDelay

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

Plugin default: 10

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

Default: null

Declared by:

plugins.neo-tree.gitStatusAsyncOptions.batchSize

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

Plugin default: 1000

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

Default: null

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.

Plugin default: 10000

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

Default: null

Declared by: