dotfiles/nvim/config/coc-settings.json

10 lines
232 B
JSON
Raw Normal View History

2020-06-10 17:04:54 +00:00
{
"npm.binPath": "yarnpkg",
2020-06-20 02:32:33 +00:00
"python.linting.enable": true,
2020-06-11 03:20:12 +00:00
"python.linting.flake8Enabled": true,
2020-11-02 04:08:18 +00:00
"python.linting.pylintEnabled": false,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
2020-11-02 04:08:18 +00:00
}
2020-06-10 17:04:54 +00:00
}