From 7ef3cb34be6493d39ab1260b58a44fbee80e073f Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 17 Feb 2020 16:51:53 +0000 Subject: [PATCH] Update coc config --- .vim/coc-settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json index f71f2f6..7d647cf 100644 --- a/.vim/coc-settings.json +++ b/.vim/coc-settings.json @@ -16,6 +16,7 @@ "coc.preferences.colorSupport": true, "coc.preferences.formatOnInsertLeave": true, + "coc.preferences.formatOnType": true, "coc.preferences.formatOnTypeFiletypes": [ "javascript", "typescript", @@ -40,5 +41,6 @@ ], "diagnostic.errorSign": "x", "diagnostic.warningSign": "!", - "diagnostic.infoSign": "?" + "diagnostic.infoSign": "?", + "suggest.autoTrigger": "trigger" }