Each time I open NeoVim, I have to type :so .vimrc (it is located inside of my $HOME folder) for it to load the file.
I've tried googling my way out of it, but I can't seem to get any results on what I want to do. The results are stuff like "auto source vimrc when saved", "reload vimrc without restart" etc. and none of these worked, either.
Is it possible to automatically source that file upon startup instead of manually typing it each time I open nvim?