Welcome to my personal configuration hell. We're trying to tidy things up. Don't mind the parts on fire.
Follow the installation steps down below for the appropriate OS.
paru -S stow
paru -S neovim python-pynim
./.dotfiles/ARCH
Ensure version is >0.5.0 or there will be issues with plugins
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
brew install stow
brew install --HEAD neovim
Ensure version is >0.5.0 or there will be issues with plugins
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
./.dotfiles/OSX