Created
April 13, 2019 18:50
-
-
Save ctaylo21/511a46b31e9797312349034841f482cd to your computer and use it in GitHub Desktop.
Coc.nvim settings for Jarvis
This file contains hidden or 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, | |
"coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "typescriptreact", "json", "javascriptreact"], | |
"eslint.filetypes": ["javascript", "typescript", "typescriptreact", "javascriptreact"], | |
"diagnostic.errorSign": "•", | |
"diagnostic.warningSign": "•", | |
"diagnostic.infoSign": "•" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment