alex-environ/home/.vimrc.d/coc/coc-settings.json

11 lines
311 B
JSON
Raw Normal View History

{
"python.linting.enabled": false,
"rust-client.disableRustup": true,
"javascript.format.enabled": false,
"javascript.validate.enable": false,
"typescript.format.enabled": false,
"typescript.validate.enable": false,
"json.format.enable": false,
"diagnostic.displayByAle": true
}