Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Symbols contains the symbols printed before the Git status components. Symbols symbols // Styles contains the tmux style strings for symbols and Git status // components. Styles styles // Layout sets the output format of the Git status. Layout []string `yaml:",flow"` // Options contains additional configuration options. Options options }
Config is the configuration of the Git status tmux formatter.
Click to show internal directories.
Click to hide internal directories.