Update coc config

master
Hektor Misplon 2020-02-17 16:51:53 +00:00
parent f1ff883096
commit a98c0e08ca
1 changed files with 3 additions and 1 deletions

View File

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