Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Harmelen committed Nov 29, 2015
1 parent 5772e9e commit e905e85
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,13 @@ Use this option to auto |:GoMetaLinter| on save. Only linter messages for
the active buffer will be shown. By default it's disabled >
let g:go_metalinter_autosave = 0
<
*'g:go_metalinter_autosave_enabled'*

Specifies the enabled linters for auto |GoMetaLinter| on save. By
default it's using `vet` and `golint`
>
let g:go_metalinter_autosave_enabled = ['vet', 'golint']
<
*'g:go_metalinter_enabled'*

Expand All @@ -885,12 +892,6 @@ an advanced settings and is for users who want to have a complete control
over of how `gometalinter` should be executed. By default it's empty.
>
let g:go_metalinter_command = ""
<
*'g:go_metalinter_currentfile'*

Use this option to only show linter messages for the active buffer.
>
let g:go_metalinter_currentfile = 0
<
*'g:go_metalinter_deadline'*

Expand Down

0 comments on commit e905e85

Please sign in to comment.