added python server

This commit is contained in:
Kevin Veen-Birkenbach 2019-12-09 11:12:37 +01:00
parent eb47f44a29
commit 6984dc7a72

View File

@ -99,6 +99,7 @@ apm install -c \
linter-spell-latex\
docblockr
sudo npm i -g bash-language-server #Needed by atom-package ide-bash
python -m pip install 'python-language-server[all]' #Needed by atom
echo "->Synchronizing containerization tools..."
echo "-->Installing docker..."
sudo pacman --needed -S docker docker-compose