This commit is contained in:
gurkenhabicht 2023-11-12 20:17:05 +01:00
parent f8e7701d68
commit 58a3752477
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
compiler go
nnoremap <buffer> <space> :silent make <bar> redraw
noremap <buffer> <space> :silent make <bar> redraw

View File

@ -1,3 +1,3 @@
let current_compiler = go
let current_compiler = 'go'
CompilerSet makeprg=go\ build\ ./...
CompilerSet errorformat=%E%f:%l:%c:%m