/lazyvim

lazyvim config

Primary LanguageLuaApache License 2.0Apache-2.0

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Installation

Follow offical installation guide to install LazyVim. only need to replace https://github.com/LazyVim/starter to https://github.com/Deuscx/lazyvim

Example

Install the LazyVim Starter

Make a backup of your current Neovim files:

# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

Clone the starter

git clone https://github.com/Deuscx/lazyvim ~/.config/nvim

Remove the .git folder, so you can add it to your own repo later

rm -rf ~/.config/nvim/.git

Start Neovim!

nvim

Refer to the comments in the files on how to customize LazyVim.