dotfiles/cli/vim/coc-settings.json

10 lines
229 B
JSON

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