Skip to content

Commit 0bdf470

Browse files
committed
fixup! remove g:go_metalinter in favor of g:go_metalinter_command
1 parent 925aa10 commit 0bdf470

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/vim-go.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,11 +1515,12 @@ it's empty
15151515
<
15161516
*'g:go_metalinter_command'*
15171517

1518-
Overrides the command to be executed when |:GoMetaLinter| is called. This is
1519-
an advanced settings and is for users who want to have a complete control
1520-
over how `gometalinter` should be executed. By default it's empty.
1518+
Overrides the command to be executed when |:GoMetaLinter| is called. By
1519+
default it's `gometalinter`. `golangci-lint` is also supported. It can also be
1520+
used as an advanced setting for users who want to have more control over
1521+
the metalinter.
15211522
>
1522-
let g:go_metalinter_command = ""
1523+
let g:go_metalinter_command = "gometalinter"
15231524
<
15241525
*'g:go_metalinter_deadline'*
15251526

0 commit comments

Comments
 (0)