Created
December 31, 2020 02:10
-
-
Save wonism/f2b6c1e8494f751ed81d7b400e2d9ec7 to your computer and use it in GitHub Desktop.
.vim/coc-settings.json
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
| { | |
| "coc.preferences.jumpCommand": "split", | |
| "coc.preferences.formatOnType": true, | |
| "coc.preferences.formatOnSaveFiletypes": [ | |
| "javascript", | |
| "javascriptreact", | |
| "typescript", | |
| "typescriptreact" | |
| ], | |
| "eslint.autoFixOnSave": true, | |
| "eslint.filetypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"], | |
| "prettier.disableSuccessMessage": true, | |
| "tsserver.formatOnType": true | |
| } |
Author
wonism
commented
Jan 4, 2021
Author
{
"coc.preferences.jumpCommand": "split",
"coc.preferences.formatOnType": true,
"coc.preferences.formatOnSaveFiletypes": [],
"eslint.autoFixOnSave": false,
"eslint.filetypes": [],
"prettier.disableSuccessMessage": true,
"tsserver.formatOnType": true
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment