plugins.flutter-tools.settings.lsp.color.enabled
Show the derived colors for dart variables.
Set this to true
to enable color variables highlighting (only supported on
flutter >= 2.10).
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.flutter-tools.settings.lsp.color.background
Whether to highlight the background.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.flutter-tools.settings.lsp.color.background_color
Background color. Required, when background is transparent.
Type: null or string or attribute set of (unsigned integer, meaning >=0)
Default:
null
Plugin default: null
Example:
{
b = 24;
g = 17;
r = 19;
}
Declared by:
plugins.flutter-tools.settings.lsp.color.foreground
Whether to highlight the foreground.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.flutter-tools.settings.lsp.color.virtual_text
Whether to show the highlight using virtual text.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.flutter-tools.settings.lsp.color.virtual_text_str
The virtual text character to highlight.
Type: null or string or raw lua code
Default:
null
Plugin default: "■"
Declared by: