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