Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
UI UIConfig `yaml:"ui"`
}
func DefaultConfig ¶
func DefaultConfig() Config
type UIConfig ¶
type UIConfig struct {
HideHeader bool `yaml:"hideHeader"`
ShowFileTree bool `yaml:"showFileTree"`
FileTreeWidth int `yaml:"fileTreeWidth"`
SearchTreeWidth int `yaml:"searchTreeWidth"`
Icons string `yaml:"icons"` // "nerd-fonts" (default), "nerd-fonts-alt", "unicode", "ascii"
ColorFileNames bool `yaml:"colorFileNames"` // Color filenames by git status (default: true)
}
Click to show internal directories.
Click to hide internal directories.