diff options
Diffstat (limited to '.vim/coc-settings.json')
-rw-r--r-- | .vim/coc-settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 0000000..ce08b20 --- /dev/null +++ b/.vim/coc-settings.json @@ -0,0 +1,6 @@ +{ + "python.linting.pylintEnabled": false, + "python.linting.flake8Enabled": true, + "python.linting.enabled": true, + "python.formatting.provider": "black" +} |