diff --git a/install/neovim.sh b/install/neovim.sh index 59f1f2e..d981092 100644 --- a/install/neovim.sh +++ b/install/neovim.sh @@ -1,4 +1,4 @@ -sudo add-apt-repository ppa:neovim-ppa/stable +sudo add-apt-repository -y ppa:neovim-ppa/stable sudo apt update -y sudo apt install -y neovim git clone https://github.com/LazyVim/starter ~/.config/nvim