mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 17:24:29 +00:00
doc: Add missing /site/ path component to &runtimepath description
This commit is contained in:
committed by
GitHub
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,
|
||||
|
||||
Reference in New Issue
Block a user