Update and simplify statusline in vimrc

This commit is contained in:
Barak Michener 2021-01-08 18:33:00 -08:00
parent 9b2bd0b702
commit eff06079de
4 changed files with 17 additions and 12 deletions

View file

@ -8,8 +8,8 @@
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.mypyArgs": ["--ignore-missing-imports"],
"python.jediEnabled": true,
"python.autoComplete.addBrackets": false,
"python.venvPath": "~/.virtualenvs",
"python.analysis.typeCheckingMode": "off",
"suggest.detailField": "abbr",
"suggest.snippetIndicator": "",
"languageserver": {
@ -28,9 +28,5 @@
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
},
"python.autoComplete.extraPaths": [
"${env:SPARK_HOME}/python",
"${env:SPARK_HOME}/python/pyspark"
]
}
}