summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json
index 7bba792..f719251 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -1,10 +1,23 @@
{
+ "diagnostic.displayByAle": true,
"languageserver": {
+ "ocaml-lsp": {
+ "command": "opam",
+ "args": ["exec", "--", "ocamllsp"],
+ "filetypes": ["ocaml", "reason"]
+ },
"go": {
"command": "gopls",
"rootPatterns": ["go.mod"],
"trace.server": "verbose",
"filetypes": ["go"]
}
- }
+ },
+ "ocaml-lsp": {
+ "command": "opam",
+ "args": ["config", "exec", "--", "ocamllsp"],
+ "filetypes": ["ocaml", "reason"]
+ },
+ "rust-analyzer.server.path": "/usr/bin/rust-analyzer",
+ "svelte.enable-ts-plugin": false
}