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.tailwind-tools.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  document_color = {
    conceal = {
      enabled = true;
      symbol = "…";
    };
    document_color = {
      kind = "background";
    };
  };
}

Declared by: