Vivian De Smedt

Blogging in GitHub

toc

How to Customize Vim

Where is the vimrc file?

The main customization point of Vim is the so called vimrc file (that is not always named vimrc). The location of that file depends on the Operating System (Linux, Windows, macOS) your are using and the version of Vim you are using (Vim, Neovim).

Linux or macOS + Vim

Linux or macOS + Neovim

Or if XDG_CONFIG_HOME is defined

Windows + Vim

Windows + Neovim

Or if XDG_CONFIG_HOME is defined

The vimrc content and functionality