diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2023-08-12 17:42:08 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-08-12 17:42:08 +0530 |
| commit | 2033366fffb414a9144084e1dbed53b324d155e6 (patch) | |
| tree | ad953124b86517ea11c65af7abb4ce9b5cd27366 | |
| parent | 8cd1a4d7fbf2417c295c1750e2d101a580c9bbf7 (diff) | |
remove neovim
| -rw-r--r-- | setup_debian.sh | 5 |
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 |
