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
|
||||
sudo apt install neovim -y
|
||||
elif [[$OS == "arch"]]; then
|
||||
sudo pacman -Sy --noconfirm neovim
|
||||
sudo pacman -Sy --noconfirm neovim xclip wl-clipboard
|
||||
fi
|
||||
|
||||
echo "✅ Neovim installed"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user