Skip to content

Instantly share code, notes, and snippets.

@carlosvillu
Created July 7, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosvillu/d324745f13d3cf4e7923b3febe05b244 to your computer and use it in GitHub Desktop.
Save carlosvillu/d324745f13d3cf4e7923b3febe05b244 to your computer and use it in GitHub Desktop.
COC config
{
"suggest.echodocSupport": true,
"suggest.maxCompleteItemCount": 20,
"coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "typescriptreact", "json", "javascriptreact"],
"eslint.filetypes": ["javascript", "typescript", "typescriptreact", "javascriptreact"],
"eslint.autoFixOnSave": true,
"yaml.format.enable": true,
"yaml.format.singleQuote": true,
"yaml.validate": true,
"diagnostic.errorSign": "x",
"diagnostic.warningSign": "i",
"diagnostic.infoSign": "-",
"html.enable": true,
"html.format.enable": true,
"javascript.showUnused": true,
"javascript.preferences.noSemicolons": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment