mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
documentation: Update documentation regarding init.vim location
This commit is contained in:
parent
157af47202
commit
42047acb4f
@ -415,6 +415,8 @@ accordingly. Vim proceeds in this order:
|
|||||||
- The environment variable VIMINIT
|
- The environment variable VIMINIT
|
||||||
The value of $VIMINIT is used as an Ex command line.
|
The value of $VIMINIT is used as an Ex command line.
|
||||||
- The user vimrc file: $XDG_CONFIG_HOME/nvim/init.vim.
|
- 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 environment variable EXINIT.
|
||||||
The value of $EXINIT is used as an Ex command line.
|
The value of $EXINIT is used as an Ex command line.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user