This is (my fork of) a fork of nvim-lua/kickstart.nvim that moves from a single file to a multi file configuration.
NOT a Neovim distribution, but instead a starting point for your configuration.
The Only Video You Need to Get Started with Neovim
choco install neovim
brew install neovim
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim
bash scripts/install.sh
git clone git@github.com:abdomash/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
cp "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim/.tmux.conf ~/.tmux.conf
cp "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim/wezterm.lua ~/.wezterm.lua