Use g:ale_linters for turning gometalinter on, and update documentation as appropriate

This commit is contained in:
w0rp
2017-04-15 21:04:43 +01:00
parent 54991f3082
commit f0d76bc298
4 changed files with 20 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ let s:default_ale_linter_aliases = {
" Only cargo is enabled for Rust by default.
let s:default_ale_linters = {
\ 'csh': ['shell'],
\ 'go': ['go build', 'gofmt', 'golint', 'gosimple', 'go vet', 'staticcheck'],
\ 'help': [],
\ 'rust': ['cargo'],
\ 'text': [],