nvim: Added coc-settings.json

This commit is contained in:
Felipe M 2020-12-31 19:24:34 +01:00
parent a94475d54e
commit cfd32ec25b

View file

@ -0,0 +1,6 @@
{
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.formatting.provider": "black"
}