Where to Find or Create init.vim in Neovim

Posted by Chaitanya Shahare on Mon, Jun 19, 2023

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.