Skip to content

Instantly share code, notes, and snippets.

@Jswizzy
Forked from benawad/coc-settings.json
Last active July 4, 2020 18:59
Show Gist options
  • Save Jswizzy/ebea95810819585e54aef50265d15cb9 to your computer and use it in GitHub Desktop.
Save Jswizzy/ebea95810819585e54aef50265d15cb9 to your computer and use it in GitHub Desktop.
{
"coc.preferences.colorSupport": true,
"coc.preferences.formatOnSaveFiletypes": [
"css",
"html",
"javascript",
"javascriptreact",
"json",
"liquid",
"scss"
],
"diagnostic.errorSign": "✖",
"diagnostic.infoSign": "◆",
"diagnostic.warningSign": "!",
"git.addedSign.hlGroup": "GitGutterAdd",
"git.addedSign.text": "✚",
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
"git.changeRemovedSign.text": "≃",
"git.changedSign.hlGroup": "GitGutterChange",
"git.changedSign.text": "•",
"git.enableGutters": true,
"git.removedSign.hlGroup": "GitGutterDelete",
"git.removedSign.text": "▬",
"git.topRemovedSign.hlGroup": "GitGutterDelete",
"highlight.document.enable": false,
"highlight.colors.enable": true,
"html.enable": true,
"html.filetypes": ["html", "liquid"],
"html.format.enable": true,
"html.validate.scripts": true,
"html.validate.styles": true,
"javascript.format.enabled": true,
"javascript.implementationsCodeLens.enable": true,
"javascript.showUnused": true,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enable": true,
"prettier.eslintIntegration": true,
"tslint.jsEnable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment