heetch / neovim-config

16 stars 1 forks source link

Enable GoMetaLinter on save #8

Closed arkan closed 8 years ago

arkan commented 8 years ago

As stated here https://github.com/fatih/vim-go-tutorial#check-it there is a simple way to enable GoMetaLinter on save.

No more excuse to not document the code!

jhchabran commented 8 years ago

IIRC we added this when we started working on this config, but disabled it because some of our code has too many things that needs to be fixed in order to not look like christmas tree when saving.

Tried it again a sec ago, it averages on 4/5 warnings about adding comments to exported vars/funcs; so fuck it, let's merge it and I'll fix the main codebase on the go.