Update coc config
parent
f1ff883096
commit
a98c0e08ca
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
"coc.preferences.colorSupport": true,
|
"coc.preferences.colorSupport": true,
|
||||||
"coc.preferences.formatOnInsertLeave": true,
|
"coc.preferences.formatOnInsertLeave": true,
|
||||||
|
"coc.preferences.formatOnType": true,
|
||||||
"coc.preferences.formatOnTypeFiletypes": [
|
"coc.preferences.formatOnTypeFiletypes": [
|
||||||
"javascript",
|
"javascript",
|
||||||
"typescript",
|
"typescript",
|
||||||
|
@ -40,5 +41,6 @@
|
||||||
],
|
],
|
||||||
"diagnostic.errorSign": "x",
|
"diagnostic.errorSign": "x",
|
||||||
"diagnostic.warningSign": "!",
|
"diagnostic.warningSign": "!",
|
||||||
"diagnostic.infoSign": "?"
|
"diagnostic.infoSign": "?",
|
||||||
|
"suggest.autoTrigger": "trigger"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue