diff options
author | 330-127 <150255168+330-127@users.noreply.github.com> | 2023-11-08 15:04:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 07:04:44 +0800 |
commit | ed464ba487cc4fbc0c7393bb360580b344673e3d (patch) | |
tree | b79a62d91e9884ac9734e13e29be47183a942601 | |
parent | f7b2ea59a633309aba1ca5286e33d789a45cb13f (diff) | |
download | rneovim-ed464ba487cc4fbc0c7393bb360580b344673e3d.tar.gz rneovim-ed464ba487cc4fbc0c7393bb360580b344673e3d.tar.bz2 rneovim-ed464ba487cc4fbc0c7393bb360580b344673e3d.zip |
docs: list NVIM_APPNAME as env on manpage (#25935)
-rw-r--r-- | src/man/nvim.1 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |