Rewrite gofmt and goimports as plugins

This commit is contained in:
Zachary Yedidia
2016-04-25 12:48:43 -04:00
parent e05e993e25
commit eba820a9c7
12 changed files with 360 additions and 337 deletions

View File

@@ -102,7 +102,7 @@ func SetOption(view *View, args []string) {
if option == "colorscheme" {
LoadSyntaxFiles()
view.buf.UpdateRules()
view.Buf.UpdateRules()
}
err := WriteSettings(filename)