Please check in each folder on how to use the configurations.
Clone the repo to your home directory (or wherever you like).
For Linux, create a softlink pointing the .dotfiles/nvim
directory in .config/nvim
:
ln -s $HOME/.dotfiles/nvim $HOME/.config/nvim
Similarly for Windows, using command prompt:
mklink /D <user_dir>.dotfiles\nvim <user_dir>\AppData\Local\nvim