neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ed464ba487cc4fbc0c7393bb360580b344673e3d
parent f7b2ea59a633309aba1ca5286e33d789a45cb13f
Author: 330-127 <150255168+330-127@users.noreply.github.com>
Date:   Wed,  8 Nov 2023 15:04:44 -0800

docs: list NVIM_APPNAME as env on manpage (#25935)


Diffstat:
Msrc/man/nvim.1 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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