20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"languageserver": {
|
|
"golang": {
|
|
"command": "/home/bca/.go/bin/gopls",
|
|
"args" : ["-remote=auto"],
|
|
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
|
"filetypes": ["go"],
|
|
"initializationOptions": {
|
|
"usePlaceholders": true
|
|
}
|
|
},
|
|
"bash": {
|
|
"command": "bash-language-server",
|
|
"args": ["start"],
|
|
"filetypes": ["sh"],
|
|
"ignoredRootPaths": ["~"]
|
|
}
|
|
},
|
|
"java.errors.incompleteClasspath.severity": "ignore"
|
|
}
|