[all] Switch to nvim snap

This commit is contained in:
Fabian Ising
2025-05-09 13:56:27 +02:00
parent e2711e52f6
commit 57045ac50d

View File

@@ -7,7 +7,8 @@
# #
sudo apt -y update sudo apt -y update
sudo apt -y dist-upgrade sudo apt -y dist-upgrade
sudo apt -y install curl neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim sudo apt -y install curl zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim
sudo snap install --classic nvim
./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;