nvimdev / guard-collection

collection the tools config for guard
MIT License
31 stars 9 forks source link

Add golangci-lint linter #10

Closed barrett-ruth closed 12 months ago

barrett-ruth commented 1 year ago

Add linter - lints multiple files so diagnostics need to go to proper buffers

rcholla commented 12 months ago

I tried to implement this here, but for some reason, even though it passes the test, it just doesn't work on a real project. I couldn't figure out yet why, but I will look for it more

rcholla commented 12 months ago

I just realized that the problem was in my neovim configuration... #28 should work without any trouble