Update coc config

master
Hektor Misplon 2020-05-07 00:06:53 +00:00
parent 020975d9e2
commit 632e4e3ef1
1 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,7 @@
"prettier.tabWidth": 2,
"prettier.singleQuote": true,
"prettier.arrowParens": "avoid",
"prettier.disableSuccessMessage": true,
"coc.preferences.colorSupport": true,
"coc.preferences.formatOnInsertLeave": true,
@ -39,9 +40,10 @@
"Markdown",
"css"
],
"diagnostic.errorSign": "x",
"diagnostic.warningSign": "!",
"diagnostic.infoSign": "?",
"diagnostic.errorSign": ">",
"diagnostic.warningSign": ".",
"diagnostic.infoSign": ".",
"suggest.autoTrigger": "trigger",
"emmet.includeLanguages": { "javascript": "javascriptreact" }