# Where to Find or Create init.vim in Neovim

In MacOS and Linux, you can usually find `init.vim` in the following folder

```plaintext
~/.config/nvim/
```

If you cannot find any such folder you can just create it with the following command

```plaintext
$ touch ~/.config/nvim/init.vim
```

You can edit the `init.vim` to customise your neovim to your liking.
