From 7ef0e177578002ca380b5802518df417b2d96f4e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 26 May 2024 15:17:31 -0700 Subject: [PATCH] Auto improve new repository --- install/neovim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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