plugins.todo-comments.search.args
Arguments to use for the search command in list form.
Default:
[
"--color=never"
"--no-heading"
"--with-filename"
"--line-number"
"--column"
];
Type: null or (list of string)
Default:
null
Declared by:
plugins.todo-comments.search.command
Command to use for searching for keywords.
Plugin default: "rg"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.todo-comments.search.pattern
Regex that will be used to match keywords. Don’t replace the (KEYWORDS) placeholder.
Note: the provided pattern will be embedded as such: [[PATTERN]]
.
Plugin default: "\\b(KEYWORDS):"
Type: null or string or raw lua code
Default:
null
Declared by: