dotfiles/nvim/.config/nvim/coc-settings.json
2020-10-05 13:19:22 +02:00

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"
}