A starter template for LazyVim. Refer to the documentation to get started.
- Make a backup of your current configuration
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
- Clone the repository
git clone https://github.com/mkdir700/lazynvim.git ~/.config/nvim
- Remove the
.git
folder, so you can add it to your own repository
rm -rf ~/.config/nvim/.git
- Start Neovim!
nvim