plugins.scope.settings

Options provided to the require('scope').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  settings = {
    pre_tab_enter = {
      __raw = ''
        function()
          print("about to enter tab!")
        end
      '';
    };
  };
}

Declared by: