rayx
rayx
I think the issue is obsolete, as `richgo` has been removed. other `test_runner` will not be override `run_in_floaterm` setting.
Not reproduce. I think it is more a nvim setup.
The test file folder is auto-detected. One thing you can try is using the minium setup in playground folder ``` cd go.nvim/playground/sampleApp nvim -u ../init_lazy.lua pkg/findAllSubStr_test.go GoTestFile -F ```
Ok, I understand what happened. Pushed an fix for it.
The easiest way would be waiting for nilaway to be integrated into golangci-lint and you can enable it in golangci -> GoLint command. But also you can check `govulneck` and...
Do you have a minium vimrc to reproduce. Alternatively, please check out the virmc here https://github.com/ray-x/go.nvim/blob/master/playground/init_lazy.lua
Yes, Please use `GoLint` instead. and make sure you installed `golaingci-lint` and enabled `errcheck` for `golaingci-lint`
you may need a golangci-lint config file: https://golangci-lint.run/usage/configuration#config-file
I have not used `goimports-reviser`. Are there errors? Also are goimports and goimports-reviser compatible?
I am a bit confused by the screen shot. But did you trying to load go.nvim inside a go.nvim lua file? The plugin is supposed to work in a go...