refactored spacevim to neovim

This commit is contained in:
Stefen Auris 2025-06-30 19:35:45 -04:00
parent 431cd22232
commit af7703c168
2 changed files with 8 additions and 6 deletions

View file

@ -74,9 +74,9 @@ git_user () {
fi
}
#install spacevim & neovim
echo "Installing Spacevim & Friends!"
bash ./spacevim.sh
#install neovim & nvchad
echo "Installing neovim & Friends!"
bash ./nvchad.sh
#install fonts for terminal
fonts () {

View file

@ -6,9 +6,11 @@ git clone https://tpope.io/vim/sensible.git ~/.vim/pack/tpope/start
echo "Install Neovim"
mkdir -v ~/bin
if [[ -f "/usr/bin/neovim" ]]; then
trash ~/bin/nvim
curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x86_64.appimage -o ~/bin/nvim
chmod u+x ~/bin/nvim
fi
echo "Install NvChad"
# https://nvchad.com/docs/quickstart/install