From 21025d1ba77228464b57262ea49ac99cf72fc940 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 1 Jul 2024 13:29:55 +0000 Subject: [PATCH] [all] Fix ubunut pynvim install --- setup_ubuntu.sh | 3 +-- setup_ubuntu_shared.zsh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 9b0012f..0394208 100755 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -7,8 +7,7 @@ # sudo apt -y update sudo apt -y dist-upgrade -sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip -pip3 install neovim +sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim ./clone_and_link.sh; true if [ $SHELL != "/bin/zsh" ]; then chsh -s /usr/bin/zsh; diff --git a/setup_ubuntu_shared.zsh b/setup_ubuntu_shared.zsh index 289f7ec..825a987 100755 --- a/setup_ubuntu_shared.zsh +++ b/setup_ubuntu_shared.zsh @@ -7,8 +7,7 @@ # sudo apt -y update sudo apt -y dist-upgrade -sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip -pip3 install neovim +sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim ./clone_and_link.sh shared; true if [ $SHELL != "/bin/zsh" ]; then chsh -s /usr/bin/zsh;