From 1994f0f7d100efd136c3cb6d4a5ea2caecf444a5 Mon Sep 17 00:00:00 2001 From: Salajan Silviu Date: Thu, 6 Jun 2024 09:05:16 +0300 Subject: [PATCH] Update app-neovim.sh --- install/app-neovim.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/app-neovim.sh b/install/app-neovim.sh index f9837ae..9f9bad0 100644 --- a/install/app-neovim.sh +++ b/install/app-neovim.sh @@ -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