nvim install script update
This commit is contained in:
parent
f3eb5afae7
commit
45563aec56
@ -31,7 +31,7 @@ if [[$OS == "macos"]]; then
|
|||||||
elif [[$OS == "ubuntu"]]; then
|
elif [[$OS == "ubuntu"]]; then
|
||||||
sudo apt install neovim -y
|
sudo apt install neovim -y
|
||||||
elif [[$OS == "arch"]]; then
|
elif [[$OS == "arch"]]; then
|
||||||
sudo pacman -Sy --noconfirm neovim
|
sudo pacman -Sy --noconfirm neovim xclip wl-clipboard
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "✅ Neovim installed"
|
echo "✅ Neovim installed"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user