From a02648109d5d370eeace6698aa92eb5196900001 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 22 Jun 2024 13:24:50 +0200 Subject: [PATCH] Adds typescript --- coc-settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coc-settings.json b/coc-settings.json index dcc3285..62f9cc9 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -17,6 +17,11 @@ "python": { "command": "pylsp", "filetypes": ["python"] + }, + "typscript": { + "command": "typescript-language-server", + "args": ["--stdio"], + "filetypes": ["typescript"] } } }