1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Update coc config

This commit is contained in:
Valentin Brandl 2019-08-12 18:08:10 +02:00
parent 63db345fc5
commit 14746ad405
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -1,7 +1,34 @@
//"languageserver": {
//"rust": {
//"command": "ra_lsp_server",
//"filetypes": ["rust"],
//"rootPatterns": ["Cargo.toml"]
//}
//}
{
"languageserver": {
"elmLS": {
"command": "elm-language-server",
"args": ["--stdio"],
"filetypes": ["elm"],
"rootPatterns": ["elm.json"],
"initializationOptions": {
"runtime": "node",
"elmPath": "elm",
"elmFormatPath": "elm-format",
"elmTestPath": "elm-test"
}
}
//"rust": {
//"command": "ra_lsp_server",
//"filetypes": ["rust"],
//"rootPatterns": ["Cargo.toml"]
//},
//"haskell": {
//"command": "hie-wrapper",
//"rootPatterns": [".stack.yaml", "cabal.config", "package.yaml"],
//"filetypes": ["hs", "lhs", "haskell"],
//"initializationOptions": {},
//"settings": {
//"languageServerHaskell": {
//"hlintOn": false,
//"maxNumberOfProblems": 10,
//"completionSnippetsOn": true
//}
//}
//}
}
}