From 2033366fffb414a9144084e1dbed53b324d155e6 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 12 Aug 2023 17:42:08 +0530 Subject: remove neovim --- setup_debian.sh | 5 ----- 1 file changed, 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 -- cgit v1.2.3