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.bacon.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  quickfix = {
    enabled = false;
    event_trigger = true;
  };
}

Declared by: