Skip to content

Commit

Permalink
add new coc-settings.json with rust config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchuette committed Jan 12, 2022
1 parent 9efb0fb commit 9399179
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"diagnostic.enableHighlightLineNumber": false,
"diagnostic.errorSign": "? ",
"diagnostic.hintSign": "* ",
"diagnostic.warningSign": "* ",
"diagnostic.infoSign": "* ",
"diagnostic.displayByAle": true,

"clangd.disableDiagnostics": true,
"python.linting.enabled": false,
"python.linting.pylintEnabled": true,
"rust.show_warnings": false,
"rust.clippy_preference": "on",
"typescript.suggest.enabled": false,
"tsserver.enable": true,
"javascript.suggest.enabled": true,
"rust-analyzer.inlayHints.enable": false,
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.callInfo.full": true,
"rust-analyzer.hover.documentation": true,
"rust-analyzer.lens.enable": false,
"codeLens.enable": false,
"languageserver": {
"elmLS": {
"command": "elm-language-server",
"filetypes": ["elm"],
"rootPatterns": ["elm.json"],
"disableDiagnostics": true
},
"haskell": {
"disableDiagnostics": true,
"command": "haskell-language-server-wrapper",
"args": [
"--lsp"
Expand Down

0 comments on commit 9399179

Please sign in to comment.