Created
June 15, 2019 18:36
-
-
Save ggsalas/46339fc4b8796aa9a1e76ee82ba3f125 to your computer and use it in GitHub Desktop.
:CocConfig (comando de https://github.com/neoclide/coc.nvim)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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