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/yehorych13/nvim ~/.config/nvim
- You can remove
.git
folder, so you can configure and add it to your repo, if you want
rm -rf ~/.config/nvim/.git
- Start neovim
nvim