From dc8e6e2ef4643935b44b480f2b97083d3045fdf5 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 2 Jul 2020 15:51:01 +0200 Subject: [PATCH] Add svelte coc support --- .vim/coc-settings.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json index 20b15ae..bfa4f78 100644 --- a/.vim/coc-settings.json +++ b/.vim/coc-settings.json @@ -5,7 +5,8 @@ "typescript", "javascriptreact", "typescriptreact", - "typescript.tsx" + "typescript.tsx", + "svelte" ], "prettier.eslintIntegration": true, @@ -27,7 +28,8 @@ "html", "json", "Markdown", - "css" + "css", + "svelte" ], "coc.preferences.formatOnSaveFiletypes": [ "javascript", @@ -38,7 +40,8 @@ "html", "json", "Markdown", - "css" + "css", + "svelte" ], "diagnostic.errorSign": ">",