A starter template for LazyVim. Refer to the documentation to get started.
Follow offical installation guide to install LazyVim.
only need to replace https://github.com/LazyVim/starter
to https://github.com/Deuscx/lazyvim
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}
git clone https://github.com/Deuscx/lazyvim ~/.config/nvim
rm -rf ~/.config/nvim/.git
Start Neovim!
nvim
Refer to the comments in the files on how to customize LazyVim.