summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup_debian.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup_debian.sh b/setup_debian.sh
index 86e7652..33a1933 100644
--- a/setup_debian.sh
+++ b/setup_debian.sh
@@ -71,11 +71,6 @@ cp -r * $HOME/.config
cd $CURRENT_DIR
cp -r .dwm $HOME
-# Install `NeoVim`
-cd $TEMP_DIR
-wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb
-sudo apt-get -y install ./nvim-linux64.deb
-
# Install `packer.nvim`
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim