diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 05baf7b..ac942b7 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -15,7 +15,7 @@ To enable `gometalinter`, update |g:ale_linters| as appropriate: let g:ale_linters = {'go': ['gometalinter', 'gofmt']} < A possible configuration is to enable `gometalinter` and `gofmt` but paired -with the `--fast` option, set by |g:ale_go_metalinter_options|. This gets you +with the `--fast` option, set by |g:ale_go_gometalinter_options|. This gets you the benefit of running a number of linters, more than ALE would by default, while ensuring it doesn't run any linters known to be slow or resource intensive.