https://github.com/neovim/neovim/blob/master/INSTALL.md
scoop bucket add main
scoop install neovim
# 📦 recomendados
scoop install gcc ripgrep
brew install neovim
# 📦 recomendados
brew install gcc ripgrep
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
sudo apt-get install python3-dev python3-pip python3-venv
# 📦 recomendados
sudo apt-get install gcc ripgrep