Skip to main content

Command Palette

Search for a command to run...

Where to Find or Create init.vim in Neovim

Location of Neovim configuration file, init.vim

Updated
1 min read
Where to Find or Create init.vim in Neovim
C

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.

47 views