Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶ added in v3.2.1
type App struct {
Editor EditorConfig `json:"editor" yaml:"editor"`
Theme string `json:"theme" yaml:"theme"`
ReadOnlyOnConflict bool `json:"readOnlyOnConflict" yaml:"readOnlyOnConflict"`
Command CommandOptions `json:"-" yaml:"-"`
FS FSConfig `json:"-" yaml:"-"`
Colors ui.ColorScheme `json:"-" yaml:"-"` // ???
// contains filtered or unexported fields
}
type CommandOptions ¶
type CommandOptions struct {
Version VersionConfig `yaml:"version"`
Ls LsConfig `yaml:"ls"`
}
type EditorConfig ¶
type FSConfig ¶
type FSConfig struct {
// contains filtered or unexported fields
}
func (FSConfig) GetCacheDir ¶ added in v3.2.1
func (FSConfig) GetConfigDir ¶ added in v3.2.1
func (FSConfig) GetConfigFile ¶ added in v3.2.1
func (FSConfig) GetDataDir ¶ added in v3.2.1
func (FSConfig) GetDataFile ¶ added in v3.2.1
type VersionConfig ¶
Click to show internal directories.
Click to hide internal directories.