From cfd32ec25beecb986644511eefbf0263187363c0 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Thu, 31 Dec 2020 19:24:34 +0100 Subject: [PATCH] nvim: Added coc-settings.json --- .config/nvim/coc-settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/nvim/coc-settings.json diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json new file mode 100644 index 0000000..73cf10b --- /dev/null +++ b/.config/nvim/coc-settings.json @@ -0,0 +1,6 @@ +{ + "python.linting.enabled": true, + "python.linting.flake8Enabled": true, + "python.linting.pylintEnabled": false, + "python.formatting.provider": "black" +}