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