grammenoudis / LazyNvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Lua 98.4%Language:Shell 1.6%