Stopped getting neovim from pip, ascii now has it via apt.

This commit is contained in:
Cyteen 2017-11-09 16:51:56 +00:00
parent e41c745db8
commit e71dd9ef7e
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
# Install Neovim # Install Neovim
apt-get install software-properties-common -y apt-get install software-properties-common -y
apt-get install python-software-properties -y
apt-get install -y neovim apt-get install -y neovim
# Need to backport from sid # Need to backport from sid
apt-get install -y #python-neovim python3-neovim apt-get install -y #python-neovim python3-neovim
# python-neovim if notavailableasapackage # python-neovim if notavailableasapackage
pip2 install --user --upgrade neovim #pip2 install --user --upgrade neovim
pip3 install --user --upgrade neovim #pip3 install --user --upgrade neovim