diff --git a/lua/go/commands.lua b/lua/go/commands.lua index 253db67..4fcc920 100644 --- a/lua/go/commands.lua +++ b/lua/go/commands.lua @@ -227,7 +227,7 @@ return { }) vim.cmd( - [[command! GoLint :setl makeprg=golangci-lint\ run\ --print-issued-lines=false\ --exclude-use-default=false | :GoMake]] + [[command! GoLint :setl makeprg=golangci-lint\ run\ --print-issued-lines=false\ --exclude-use-default=false\ --out-format=line-number | :GoMake]] ) create_cmd('GoProject', function(opts)