mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: Add missing /site/ path component to &runtimepath description
This commit is contained in:
parent
47a15d0256
commit
65ced8e994
@ -4938,7 +4938,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
$XDG_CONFIG_DIRS[1]/nvim,
|
||||
$XDG_CONFIG_DIRS[2]/nvim,
|
||||
…
|
||||
$XDG_DATA_HOME/nvim,
|
||||
$XDG_DATA_HOME/nvim/site,
|
||||
$XDG_DATA_DIRS[1]/nvim/site,
|
||||
$XDG_DATA_DIRS[2]/nvim/site,
|
||||
…
|
||||
@ -4946,7 +4946,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
…
|
||||
$XDG_DATA_DIRS[2]/nvim/site/after,
|
||||
$XDG_DATA_DIRS[1]/nvim/site/after,
|
||||
$XDG_DATA_HOME/nvim/after,
|
||||
$XDG_DATA_HOME/nvim/site/after,
|
||||
…
|
||||
$XDG_CONFIG_DIRS[2]/nvim/after,
|
||||
$XDG_CONFIG_DIRS[1]/nvim/after,
|
||||
|
Loading…
Reference in New Issue
Block a user