Skip to content

Commit

Permalink
docs: Fix minor typos in vim-go.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemxm authored Feb 9, 2024
1 parent 18171a4 commit f3dbccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ CTRL-t
:GoCoverage[!] [options]

Create a coverage profile and annotates the current file's source code. If
called again it rerurns the tests.
called again it reruns the tests.

If [!] is not given the first error is jumped to.

Expand Down Expand Up @@ -1262,7 +1262,7 @@ cleaned for each package after `60` seconds. This can be changed with the

*go#complete#GetInfo()*

Returns the description of the identifer under the cursor. Can be used to plug
Returns the description of the identifier under the cursor. Can be used to plug
into the statusline.

*go#complete#Complete()*
Expand Down Expand Up @@ -1674,7 +1674,7 @@ an empty list; `staticcheck`'s `-checks` flag will not be used.
let g:go_metalinter_autosave_enabled = ['all']
<

When `g:go_metalinter_command is set to `golangci-lint'`, the default value is
When `g:go_metalinter_command is set to `golangci-lint`, the default value is
>
let g:go_metalinter_autosave_enabled = ['vet', 'revive']
<
Expand All @@ -1690,7 +1690,7 @@ an empty list; `staticcheck`'s `-checks` flag will not be used.
let g:go_metalinter_enabled = ['all']
<

When `g:go_metalinter_command` is set to `golangci-lint'`, the default value
When `g:go_metalinter_command` is set to `golangci-lint`, the default value
is
>
let g:go_metalinter_enabled = ['vet', 'revive', 'errcheck']
Expand Down

0 comments on commit f3dbccb

Please sign in to comment.