infrastructure/profiles/kat/home/vim/coc-settings.json
2021-03-24 16:51:48 +00:00

7 lines
199 B
JSON

{
"python.formatting.provider": "black",
"python.jediEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.pythonPath": "nvim-python3"
}