summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-12-11 03:08:29 +0100
committerache <ache@ache.one>2023-12-11 03:08:29 +0100
commit4a24cb063360d431c068b3c2de3d1108d092d006 (patch)
treeb16ec46eb91716c3b7b28f42463d9df7f94de2e9
parentLSP update (diff)
Disable TypeScript in svelte
-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
}