Update bspwm theme, lvim

This commit is contained in:
neoteny 2021-09-20 16:50:53 +03:00
parent 50a524dbc5
commit 6e3359255f
15 changed files with 62 additions and 164 deletions

View file

@ -1,3 +1,5 @@
{
"python.analysis.typeCheckingMode": "off"
"python.analysis.typeCheckingMode": "off",
"python.analysis.autoImportCompletions": true,
"python.analysis.diagnosticMode": "workspace"
}