Update app-neovim.sh

This commit is contained in:
Salajan Silviu
2024-06-06 09:05:16 +03:00
committed by GitHub
parent 5d191b9b4f
commit 1994f0f7d1

View File

@@ -1,11 +1,10 @@
cd ~/Downloads/
git clone https://github.com/neovim/neovim
cd neovim
git checkout stable
make CMAKE_BUILD_TYPE=Release
make install
cd ..
rm -rf neovim
cd .
cd ..; rm -rf neovim; cd ~/
if [ ! -d "$HOME/.config/nvim" ]; then
git clone https://github.com/LazyVim/starter ~/.config/nvim