A starter template for LazyVim. Refer to the documentation to get started.
Backup the 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 repo down
git clone https://github.com/klaborda/neovim ~/.config/nvim