Introduction to Neovim
Arch
sudo pacman -S neovim
cd ~/.config
git clone https://github.com/jaimecgomezz/nvim.intro nvim
Debian
sudo apt-get install neovim
cd ~/.config
git clone https://github.com/jaimecgomezz/nvim.intro nvim
Homebrew
brew install neovim
cd ~/.config
git clone https://github.com/jaimecgomezz/nvim.intro nvim
MacPorts
sudo port selfupdate
sudo port install neovim
cd ~/.config
git clone https://github.com/jaimecgomezz/nvim.intro nvim
Please refer to the official installation instructions for further details.
Once the installation has been completed, run the following within a terminal
nvim