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.

Type: null or string or raw lua code

Default: null

Plugin default: "rg"

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]].

Type: null or string or raw lua code

Default: null

Plugin default: "\\b(KEYWORDS):"

Declared by: