diff --git a/install/app-neovim.sh b/install/app-neovim.sh index d209dda..1548e63 100644 --- a/install/app-neovim.sh +++ b/install/app-neovim.sh @@ -1,5 +1,3 @@ -sudo add-apt-repository -y ppa:neovim-ppa/stable -sudo apt update sudo apt install -y neovim if [ ! -d "$HOME/.config/nvim" ]; then