Skip to content

Commit 1990d4f

Browse files
authored
Merge pull request #3019 from bhcleek/doc/gopls/options/default
doc: correct documentation
2 parents d375983 + e953d04 commit 1990d4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/vim-go.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1789,9 +1789,10 @@ options may also need to be adjusted.
17891789

17901790
*'g:go_gopls_options'*
17911791

1792-
The commandline arguments to pass to gopls. By default, it's `-remote=auto`.
1792+
The commandline arguments to pass to gopls. By default, it is
1793+
`['-remote=auto']`.
17931794
>
1794-
let g:go_gopls_options = []
1795+
let g:go_gopls_options = ['-remote=auto']
17951796
<
17961797

17971798
*'g:go_gopls_analyses'*

0 commit comments

Comments
 (0)