Skip to content

Instantly share code, notes, and snippets.

@ggsalas
Created June 15, 2019 18:36
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 ggsalas/46339fc4b8796aa9a1e76ee82ba3f125 to your computer and use it in GitHub Desktop.
Save ggsalas/46339fc4b8796aa9a1e76ee82ba3f125 to your computer and use it in GitHub Desktop.
:CocConfig (comando de https://github.com/neoclide/coc.nvim)
{
"suggest.echodocSupport": true,
"suggest.maxCompleteItemCount": 20,
"prettier.eslintIntegration": true,
"prettier.tslintIntegration": true,
"coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "typescriptreact", "json", "javascriptreact"],
"eslint.filetypes": ["javascript", "typescript", "typescriptreact", "javascriptreact"],
"diagnostic.errorSign": "x",
"diagnostic.warningSign": "i",
"diagnostic.infoSign": "-"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment