dotfiles/nvim/config/coc-settings.json

7 lines
153 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,
"python.linting.pylintEnabled": false
2020-06-10 17:04:54 +00:00
}