/nvim-config

lqhl's nvim config based on @LazyVim

Primary LanguageLuaApache License 2.0Apache-2.0

💤 lqhl's LazyVim Config

Customized config for LazyVim.

Installation

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}

Or delete them:

# required
rm -r ~/.config/nvim

# optional but recommended
rm -r ~/.local/share/nvim
rm -r ~/.local/state/nvim
rm -r ~/.cache/nvim

Clone this repo:

git clone git@github.com:lqhl/nvim-config.git ~/.config/nvim

Start Neovim!

nvim