23 lines
573 B
JSON
23 lines
573 B
JSON
{
|
|
"coc.preferences.diagnostic.errorSign": "",
|
|
"coc.preferences.diagnostic.warningSign": "",
|
|
"coc.preferences.noselect": false,
|
|
"languageserver": {
|
|
"bash": {
|
|
"command": "bash-language-server",
|
|
"args": ["start"],
|
|
"filetypes": ["sh"],
|
|
"ignoredRootPaths": ["~"]
|
|
},
|
|
"dockerfile": {
|
|
"command": "docker-langserver",
|
|
"filetypes": ["dockerfile"],
|
|
"args": ["--stdio"]
|
|
},
|
|
"golang": {
|
|
"command": "bingo",
|
|
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
|
"filetypes": ["go"]
|
|
}
|
|
}
|
|
}
|