diff options
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |