To Install neovim run this command: (make sure you have git and bash installed before running)
curl -s https://raw.githubusercontent.com/grammenoudis/LazyNvim/main/install.sh | bash -s
Install it manually by:
-Optional: Backup existing nvim config
mv $HOME/.config/nvim $HOME/.config/nvim.old
-Mandatory
- Cloning the repository
git clone https://github.com/grammenoudis/LazyNvim.git $HOME/.config/nvim
- Installing the Plugins
nvim +PackerSync