diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-24 22:02:16 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-24 22:02:16 +0100 |
commit | 2c52bbb05a4a1fda6a48d6940768dc5ebebe9dbd (patch) | |
tree | fb7646776c60dce43fa2b04fadd2dd6bcaaaa692 /.vim/coc-settings.json | |
parent | 905eeeb4c3c0ba54b5414eb8f435e2e9870b7307 (diff) |
removed files
Diffstat (limited to '.vim/coc-settings.json')
-rw-r--r-- | .vim/coc-settings.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json deleted file mode 100644 index ce08b20..0000000 --- a/.vim/coc-settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true, - "python.linting.enabled": true, - "python.formatting.provider": "black" -} |