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

14 lines
278 B
JSON
Raw Normal View History

{
"rust-client.disableRustup": true,
2021-12-08 09:39:41 +00:00
"javascript.format.enabled": false,
"javascript.validate.enable": false,
2021-12-08 09:39:41 +00:00
"typescript.format.enabled": false,
"typescript.validate.enable": false,
2021-12-08 09:39:41 +00:00
"json.format.enable": false,
2021-12-08 09:39:41 +00:00
"diagnostic.displayByAle": true
}