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"] } } }