Files
dotfiles/nvim/coc-settings.json
T
Henrik Bakken 2298c42650 updates
2021-05-14 01:55:58 +02:00

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
}