plugins.neotest.settings.watch.enabled
Enable watch.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.neotest.settings.watch.filter_path
(fun(path: string, root: string): boolean)
Returns whether the watcher should inspect a path for dependencies. Default ignores paths not under root or common package manager directories.
Type: null or lua code string
Default:
null
Declared by:
plugins.neotest.settings.watch.symbol_queries
Treesitter queries or functions to capture symbols that are used for querying the LSP server for definitions to link files. If it is a function then the return value should be a list of node ranges.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Declared by: