mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: Remove irrelevant line about "only the first" vimrc is used
Vim supports multiple locations for the user's vimrc, so it will use the first one that is found, ignoring the rest. Nvim follows the XDG spec, so there is only one place to look for the user's vimrc, thus making the statement unnecessary and confusing for nvim users. Ref #8871
This commit is contained in:
parent
c7db42faab
commit
98632f1cce
@ -408,9 +408,6 @@ accordingly. Vim proceeds in this order:
|
|||||||
Windows $XDG_CONFIG_HOME/nvim/init.vim
|
Windows $XDG_CONFIG_HOME/nvim/init.vim
|
||||||
(default for $XDG_CONFIG_HOME is ~/AppData/Local)
|
(default for $XDG_CONFIG_HOME is ~/AppData/Local)
|
||||||
|
|
||||||
The files are searched in the order specified above and only the first
|
|
||||||
one that is found is read.
|
|
||||||
|
|
||||||
RECOMMENDATION: Put all your Vim configuration stuff in the
|
RECOMMENDATION: Put all your Vim configuration stuff in the
|
||||||
$HOME/.config/nvim/ directory. That makes it easy to copy it to
|
$HOME/.config/nvim/ directory. That makes it easy to copy it to
|
||||||
another system.
|
another system.
|
||||||
|
Loading…
Reference in New Issue
Block a user