documentation: Update documentation regarding init.vim location

This commit is contained in:
ZyX 2015-10-24 00:50:32 +03:00
parent 157af47202
commit 42047acb4f
1 changed files with 2 additions and 0 deletions

View File

@ -415,6 +415,8 @@ accordingly. Vim proceeds in this order:
- The environment variable VIMINIT
The value of $VIMINIT is used as an Ex command line.
- The user vimrc file: $XDG_CONFIG_HOME/nvim/init.vim.
- Other vimrc file: {xdg_config_dir}/nvim/init.vim where
{xdg_config_dir} is one of the directories in $XDG_CONFIG_DIRS.
- The environment variable EXINIT.
The value of $EXINIT is used as an Ex command line.