Documentation ¶
Index ¶
- Constants
- Variables
- func Margo(ma mg.Args)
- type Config
- func (c Config) Config() mg.EditorConfig
- func (c Config) DisableCalltips() Config
- func (c Config) DisableGsComplete() Config
- func (c Config) DisableGsFmt() Config
- func (c Config) DisableGsLint() Config
- func (c Config) EditorConfig() interface{}
- func (c Config) EnabledForLangs(langs ...mg.Lang) mg.EditorConfig
- func (c Config) InhibitExplicitCompletions() Config
- func (c Config) InhibitWordCompletions() Config
- type ConfigValues
Constants ¶
View Source
const (
AgentName = "margo.sublime"
)
Variables ¶
Functions ¶
Types ¶
type Config ¶
type Config struct {
Values ConfigValues
}
func (Config) Config ¶
func (c Config) Config() mg.EditorConfig
func (Config) DisableCalltips ¶
func (Config) DisableGsComplete ¶
func (Config) DisableGsFmt ¶
func (Config) DisableGsLint ¶
func (Config) EditorConfig ¶
func (c Config) EditorConfig() interface{}
func (Config) EnabledForLangs ¶
func (c Config) EnabledForLangs(langs ...mg.Lang) mg.EditorConfig
func (Config) InhibitExplicitCompletions ¶
func (Config) InhibitWordCompletions ¶
Click to show internal directories.
Click to hide internal directories.