Skip to content

Installation

Giorgos Grammenoudis edited this page Oct 28, 2022 · 1 revision

Automatic

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

Manual

Install it manually by:

-Optional: Backup existing nvim config

mv $HOME/.config/nvim $HOME/.config/nvim.old

-Mandatory

  1. Cloning the repository
git clone https://github.com/grammenoudis/LazyNvim.git $HOME/.config/nvim
  1. Installing the Plugins
nvim +PackerSync

Installation


Features

Clone this wiki locally