dotfiles/vim/.vim/compiler/go.vim

4 lines
107 B
VimL
Raw Normal View History

2022-12-18 14:54:56 +01:00
let current_compiler = go
CompilerSet makeprg=go\ build\ ./...
CompilerSet errorformat=%E%f:%l:%c:%m