dotfiles/cli/vim/coc-settings.json
2020-11-22 09:38:00 +08:00

10 lines
232 B
JSON

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