plugins.neotest.settings.discovery.enabled
Enable discovery.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.neotest.settings.discovery.concurrent
Number of workers to parse files concurrently. 0 automatically assigns number based on CPU. Set to 1 if experiencing lag.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 0
Declared by:
plugins.neotest.settings.discovery.filter_dir
fun(name: string, rel_path: string, root: string): boolean
A function to filter directories when searching for test files. Receives the name, path relative to project root and project root path.
Type: null or lua code string
Default:
null
Declared by: