maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Add support for go / gometalinter #70

Closed blockloop closed 6 years ago

blockloop commented 7 years ago

I'm not sure if you intend this project to be strictly a "linter" or a full blown syntax checker, but implementing alecthomas/gometalinter would be ideal for Golang. I see you have implemented Go in completor.vim so maybe it's in the roadmap?

maralla commented 7 years ago

Now the gometalinter support has been added. Use the the following config to use it:

let g:validator_go_checkers = ['gometalinter']