mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user