10 lines
164 B
JSON
10 lines
164 B
JSON
|
{
|
||
|
"languageserver": {
|
||
|
"golang": {
|
||
|
"command": "gopls",
|
||
|
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
||
|
"filetypes": ["go"]
|
||
|
}
|
||
|
}
|
||
|
}
|