From 42047acb4f07c689936b051864c6b4448b1b6aa1 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 24 Oct 2015 00:50:32 +0300 Subject: [PATCH] documentation: Update documentation regarding init.vim location --- runtime/doc/starting.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index b0f2f80ad3..e9211ac7aa 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -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.