Skip to content
Snippets Groups Projects
Commit 7778f7a6 authored by Aljoscha Malek Esfahani's avatar Aljoscha Malek Esfahani
Browse files

spacevim installation removed

parent b4d1587a
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,4 @@ Existiert jedoch ein nvim Ordner im config directory, diesen einfach manuell ent
curl -s https://code.fbi.h-da.de/stalmalek/neovim-setup/-/raw/main/nvimSetup.sh -o setup.sh
bash setup.sh -r
rm setup.sh
```
......@@ -9,10 +9,6 @@
# Plugins
# -> https://www.youtube.com/watch?v=QB9V__3VO2s
# -> https://web.archive.org/web/20210106062619/https://www.chrisatmachine.com/Neovim/01-vim-plug/
#
# Easy mode (Spacevim)
# -> https://spacevim.org/
helpme()
{
......@@ -37,28 +33,6 @@ do
esac
done
choice=""
echo "Install easy mode (Spacevim)? Also removes Spacevim if already installed [y/n]"
while [ "$choice" != "y" -a "$choice" != "n" ]
do
read choice
done
if [ "$choice" = "y" ]
then
if [ -d ~/.config/nvim/.SpaceVim.d ]
then
curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall
echo "SpaceVim uninstalled"
exit 0
else
curl -sLf https://spacevim.org/install.sh | bash
exit 0
fi
fi
if [ ! -x "$(command -v nvim)" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment