From 4a24cb063360d431c068b3c2de3d1108d092d006 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 11 Dec 2023 03:08:29 +0100 Subject: Disable TypeScript in svelte --- coc-settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coc-settings.json') 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 } -- cgit v1.2.3