Add support for Python

This commit is contained in:
Andrew Miner
2017-12-26 16:26:10 -07:00
parent 748a68ce75
commit d16bdc782e
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -55,6 +55,10 @@ which -s tslint || npm install -g tslint
which -s ts-node || npm install -g ts-node
which -s tsserver || npm install -g typescript
echo "Installing standard Python packages..."
which -s pylint || pip install pylint
pip list --format=legacy | grep jedi >/dev/null || pip install jedi
echo "Installing vi plugins..."
vim +PlugClean +PlugInstall +qall