summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json
index dc8ed0b..f719251 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -18,5 +18,6 @@
"args": ["config", "exec", "--", "ocamllsp"],
"filetypes": ["ocaml", "reason"]
},
- "rust-analyzer.server.path": "/usr/bin/rust-analyzer"
+ "rust-analyzer.server.path": "/usr/bin/rust-analyzer",
+ "svelte.enable-ts-plugin": false
}