To install this config, run the following commands:
- Make a backup of your current Neovim files:
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak- Clone config
git clone https://github.com/soldred/nvim ~/.config/nvim- You can remove
.gitfolder, so you can configure and add it to your repo
rm -rf ~/.config/nvim/.git- Start neovim
nvimThis config is based on LazyVim.