Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 900 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 900 Bytes

Preview

LazyNvim Dashboard LazyNvim Demo

Installation

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