[vim] Set coc.nvim to use gopls with -remote
This commit is contained in:
parent
b8904f6cb3
commit
149df1aacc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
"languageserver": {
|
||||
"golang": {
|
||||
"command": "/home/bca/.go/bin/gopls",
|
||||
"args" : ["-remote=auto"],
|
||||
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
||||
"filetypes": ["go"],
|
||||
"initializationOptions": {
|
||||
|
|
Loading…
Add table
Reference in a new issue