mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 07:53:51 +01:00
Update coc config
This commit is contained in:
parent
63db345fc5
commit
14746ad405
@ -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
|
||||
//}
|
||||
//}
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user