如何在保存*.go文件时禁止vim-go自动构建?

huangapple go评论79阅读模式
英文:

How to forbidden vim-go auto build when saving a *.go file

问题

你好!以下是你要翻译的内容:

我使用vim-go,但是我不喜欢它在保存go源文件时自动构建可执行文件。如何禁止它这样做?

英文:

如何在保存*.go文件时禁止vim-go自动构建?

I use vim-go, but I don't like it auto build executable file when save a go source file. How to forbidden it?

答案1

得分: 1

不是vim-go,而是syntastic完成这个功能,只需配置:

let g:syntastic_go_checkers = []

英文:

Not vim-go but syntastic do this, just config

let g:syntastic_go_checkers = []

huangapple
  • 本文由 发表于 2015年7月29日 09:46:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/31689929.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定