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

4 lines
103 B
VimL
Raw Normal View History

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