mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
7 lines
199 B
JSON
7 lines
199 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.jediEnabled": true,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": "nvim-python3"
|
|
}
|