dotfiles/cli/vim/coc-settings.json
2020-11-30 02:04:01 +08:00

10 lines
227 B
JSON

{
"npm.binPath": "cnpm",
"python.jediEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
}
}