aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-10-24 00:50:32 +0300
committerZyX <kp-pav@yandex.ru>2015-10-24 04:35:14 +0300
commit42047acb4f07c689936b051864c6b4448b1b6aa1 (patch)
tree73c791620ca5f4f045cc8b1601532bc195062819
parent157af47202c41b3d987d45be3542e74456f06470 (diff)
downloadrneovim-42047acb4f07c689936b051864c6b4448b1b6aa1.tar.gz
rneovim-42047acb4f07c689936b051864c6b4448b1b6aa1.tar.bz2
rneovim-42047acb4f07c689936b051864c6b4448b1b6aa1.zip
documentation: Update documentation regarding init.vim location
-rw-r--r--runtime/doc/starting.txt2
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.