mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Full extensible linter support
This commit is contained in:
@@ -95,9 +95,7 @@ func (p *Plugin) Load() error {
|
||||
return err
|
||||
}
|
||||
p.Loaded = true
|
||||
if _, ok := GlobalSettings[p.Name]; !ok {
|
||||
AddOption(p.Name, true)
|
||||
}
|
||||
RegisterGlobalOption(p.Name, true)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user