mirror of
https://github.com/neovim/neovim.git
synced 2025-11-08 19:45:12 +00:00
man: fix description of XDG_DATA_HOME (#5120)
If not set `XDG_DATA_HOME` is defaulted to `~/.local/share`; the data are stored under the `$XDG_DATA_HOME/nvim`.
This commit is contained in:
committed by
Justin M. Keyes
parent
67062d20ed
commit
56f178058a
@@ -353,7 +353,7 @@ Like
|
|||||||
but used to store data not generally edited by the user,
|
but used to store data not generally edited by the user,
|
||||||
namely swap, backup, and ShaDa files.
|
namely swap, backup, and ShaDa files.
|
||||||
Defaults to
|
Defaults to
|
||||||
.Pa ~/.local/share/nvim
|
.Pa ~/.local/share
|
||||||
if not set.
|
if not set.
|
||||||
.It Ev VIMINIT
|
.It Ev VIMINIT
|
||||||
A string of Ex commands to be executed at startup.
|
A string of Ex commands to be executed at startup.
|
||||||
|
|||||||
Reference in New Issue
Block a user