mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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,
|
||||
namely swap, backup, and ShaDa files.
|
||||
Defaults to
|
||||
.Pa ~/.local/share/nvim
|
||||
.Pa ~/.local/share
|
||||
if not set.
|
||||
.It Ev VIMINIT
|
||||
A string of Ex commands to be executed at startup.
|
||||
|
Reference in New Issue
Block a user