summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json
index 94765c0..864b712 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -26,6 +26,10 @@
],
"diagnostic.refreshOnInsertMode": true,
"diagnostic.messageTarget": "float",
+ "python.formatting.autopep8Args": [
+ "--aggressive",
+ "--aggressive"
+ ],
"signature.target": "echo",
"session.directory": "~/.config/nvim/sessions",
"session.saveOnVimLeave": false,