20 lines
760 B
JSON
20 lines
760 B
JSON
{
|
|
"coc.prefereces.enableMessageDialog": true,
|
|
"coc.preferences.useQuickfixForLocations": true,
|
|
"coc.preferences.formatOnType": true,
|
|
"coc.preferences.formatOnSaveFiletypes": ["python", "markdown"],
|
|
"coc.preferences.formatOnTypeFiletypes": ["python", "markdown"],
|
|
"signature.target": "echo",
|
|
"suggest.autoTrigger": "always",
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
"python.formatting.provider": "black",
|
|
"python.linting.enabled": true,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.mypyEnabled": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.analysis.useLibraryCodeForTypes": true,
|
|
"git.enableGutters": true,
|
|
"yaml.format.enable": true,
|
|
"yaml.format.singleQuote": true
|
|
}
|