[all] Fix ubunut pynvim install
This commit is contained in:
committed by
fabian.ising@sit.fraunhofer.de
parent
4cd2a69c5b
commit
21025d1ba7
@@ -7,8 +7,7 @@
|
|||||||
#
|
#
|
||||||
sudo apt -y update
|
sudo apt -y update
|
||||||
sudo apt -y dist-upgrade
|
sudo apt -y dist-upgrade
|
||||||
sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip
|
sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim
|
||||||
pip3 install neovim
|
|
||||||
./clone_and_link.sh; true
|
./clone_and_link.sh; true
|
||||||
if [ $SHELL != "/bin/zsh" ]; then
|
if [ $SHELL != "/bin/zsh" ]; then
|
||||||
chsh -s /usr/bin/zsh;
|
chsh -s /usr/bin/zsh;
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
#
|
#
|
||||||
sudo apt -y update
|
sudo apt -y update
|
||||||
sudo apt -y dist-upgrade
|
sudo apt -y dist-upgrade
|
||||||
sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip
|
sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim
|
||||||
pip3 install neovim
|
|
||||||
./clone_and_link.sh shared; true
|
./clone_and_link.sh shared; true
|
||||||
if [ $SHELL != "/bin/zsh" ]; then
|
if [ $SHELL != "/bin/zsh" ]; then
|
||||||
chsh -s /usr/bin/zsh;
|
chsh -s /usr/bin/zsh;
|
||||||
|
|||||||
Reference in New Issue
Block a user