refactored spacevim to neovim
This commit is contained in:
parent
431cd22232
commit
af7703c168
2 changed files with 8 additions and 6 deletions
6
init.sh
6
init.sh
|
@ -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 () {
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue