ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
1.91k stars 119 forks source link

Is there an equivalent of `:GoErrCheck` in ray-x/go.nvim like in fatih/vim-go? #404

Open stephane-archer opened 7 months ago

ray-x commented 7 months ago

Yes, Please use GoLint instead. and make sure you installed golaingci-lint and enabled errcheck for golaingci-lint

stephane-archer commented 7 months ago

How do I enable errcheck for golaingci-lint? in my lua config?

ray-x commented 7 months ago

you may need a golangci-lint config file: https://golangci-lint.run/usage/configuration#config-file

stephane-archer commented 7 months ago

Thank you Why did you choose to not enable all available linters?