vim colors ++

This commit is contained in:
Henrik Bakken
2021-04-27 15:35:48 +02:00
parent f656bded97
commit 94691be75a
4 changed files with 35 additions and 32 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
"suggest.autoTrigger": "always",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.mypyEnabled": false,
"python.linting.pylintEnabled": false,
"python.analysis.useLibraryCodeForTypes": false,
/* "python.linting.pylintArgs": ["--disable=all", "--enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode"], */
"python.linting.flake8Args": ["--ignore=E731,W503"],
"python.linting.flake8Args": ["--ignore=E731,W503,E501"],
"python.linting.mypyArgs": ["--disallow-any-generics","--ignore-missing-imports","--follow-imports=normal","--show-column-numbers"],
"diagnostic.showUnused": false,
"git.enableGutters": true,
"yaml.format.enable": true,