Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

plugins.flutter-tools.settings

Options provided to the require('flutter-tools').setup function.

Type: open submodule of attribute set of lua value

Default: { }

Example:

{
  closing_tags = {
    enabled = false;
    highlight = "ErrorMsg";
    prefix = ">";
    priority = 10;
  };
  decorations = {
    statusline = {
      app_version = true;
      device = true;
    };
  };
  dev_tools = {
    auto_open_browser = true;
    autostart = true;
  };
  lsp = {
    color = {
      enabled = true;
    };
  };
  widget_guides = {
    enabled = true;
  };
}

Declared by: