Jermyn Xia
Jermyn Xia

Reputation: 87

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

enter image description here

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

Upvotes: 0

Views: 690

Answers (1)

Jermyn Xia
Jermyn Xia

Reputation: 87

Not vim-go but syntastic do this, just config

let g:syntastic_go_checkers = []

Upvotes: 1

Related Questions