Update bootstrap script to match neovim config
This commit is contained in:
10
bootstrap.sh
10
bootstrap.sh
@@ -40,13 +40,13 @@ do
|
|||||||
ln -s $config ${configs[$config]}
|
ln -s $config ${configs[$config]}
|
||||||
done
|
done
|
||||||
|
|
||||||
# Install vim-plug
|
# Install packer.nvim
|
||||||
nvimDir="${configs[$PWD/config/nvim]}"
|
mkdir ~/.local/share/nvim/site/pack
|
||||||
mkdir -p $nvimDir/autoload
|
git clone --depth 1 https://github.com/wbthomason/packer.nvim \
|
||||||
wget -O $nvimDir/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||||
|
|
||||||
# Install vim plugins
|
# Install vim plugins
|
||||||
nvim -c "PlugInstall"
|
nvim -c "PackerInstall"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user