In MacOS and Linux, you can usually find init.vim in the following folder
~/.config/nvim/
If you cannot find any such folder you can just create it with the following command
$ touch ~/.config/nvim/init.vim
You can edit the init.vim to customise your neovim to your liking.