alex-environ/home/.vimrc.d/coc/coc-settings.json
2021-12-08 09:39:41 +00:00

17 lines
349 B
JSON

{
"python.linting.enabled": false,
"python.jediEnabled": 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
}