From ed464ba487cc4fbc0c7393bb360580b344673e3d Mon Sep 17 00:00:00 2001 From: 330-127 <150255168+330-127@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:04:44 -0800 Subject: [PATCH] docs: list NVIM_APPNAME as env on manpage (#25935) --- src/man/nvim.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/man/nvim.1 b/src/man/nvim.1 index b846ed4ba6..4dc099f98c 100644 --- a/src/man/nvim.1 +++ b/src/man/nvim.1 @@ -339,6 +339,11 @@ Print version information and exit. .El .Sh ENVIRONMENT .Bl -tag -width Fl +.It Ev NVIM_APPNAME +The name of sub-directories used within each XDG user directory. +Defaults to +.Cm nvim . +:help $NVIM_APPNAME .It Ev NVIM_LOG_FILE Low-level log file, usually found at ~/.local/state/nvim/log. :help $NVIM_LOG_FILE