commit 26f0cc91108854940e18c0c9d335f25b70a20b03 parent 07bd6b848c6d1158f5a2a0858b31bc28a6f6e803 Author: Daniel Moch <daniel@danielmoch.com> Date: Thu, 29 Aug 2019 05:24:00 -0400 Vim: use go vet as Go compiler Diffstat:
M | .vim/after/ftplugin/go.vim | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vim/after/ftplugin/go.vim b/.vim/after/ftplugin/go.vim @@ -1 +1,2 @@ compiler go +set makeprg=go\ vet