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).
~/.vimrc
~/.vim/vimrc
alternatively (My Favorite)
~/.config/nvim/init.vim
alternatively (My Favorite)
Or if XDG_CONFIG_HOME
is defined
$XDG_CONFIG_HOME/nvim/init.vim
~\_vimrc
~\vimfiles\vimrc
alternatively (My Favorite)
~\AppData\Local\nvim\init.vim
Or if XDG_CONFIG_HOME
is defined
%XDG_CONFIG_HOME%\nvim\init.vim