dotfiles/cli/vim/coc-settings.json
2021-09-08 10:36:38 +08:00

15 lines
326 B
JSON

{
"npm.binPath": "cnpm",
"python.jediEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
},
"coc.preferences.formatOnSaveFiletypes": [
"rust",
"json",
"go"
]
}