plugins.flutter-tools.settings.dev_log.enabled
Whether to enable dev_log
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.flutter-tools.settings.dev_log.filter
Optional callback to filter the log.
Takes a log_line
as string argument; returns a boolean or nil
.
The log_line
is only added to the output if the function returns true
.
Type: null or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.flutter-tools.settings.dev_log.focus_on_open
Whether to focus on the newly opened log window.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.flutter-tools.settings.dev_log.notify_errors
Whether notify the user when there is an error whilst running.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.flutter-tools.settings.dev_log.open_cmd
Command to use to open the log buffer.
Type: null or string or raw lua code
Default:
null
Plugin default: lib.nixvim.mkRaw "('botright %dvnew'):format(math.max(vim.o.columns * 0.4, 50))"
Example:
"15split"
Declared by: