We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7829e07 commit 451da60Copy full SHA for 451da60
gopls/doc/vim.md
@@ -56,7 +56,7 @@ Use [prabirshrestha/vim-lsp], with the following configuration:
56
augroup LspGo
57
au!
58
autocmd User lsp_setup call lsp#register_server({
59
- \ 'name': 'go-lang',
+ \ 'name': 'gopls',
60
\ 'cmd': {server_info->['gopls']},
61
\ 'whitelist': ['go'],
62
\ })
0 commit comments