Where to Find or Create init.vim in Neovim
Location of Neovim configuration file, init.vim

I'm an engineering senior at National Institute of Technology, Srinagar, India. I'm a developer, fitness aficionado, productivity enthusiast and a fellow nerd.
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.



