From cee981bf09c81ab4b2fe6facf45076ea4bac46a5 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 19 Jun 2023 02:24:44 -0700 Subject: docs #22363 Co-authored by: zeertzjq Co-authored by: Steven Todd McIntyre II <114119064+stmii@users.noreply.github.com> Co-authored by: nobe4 - docs: mention --luadev-mod to run with lua runtime files When changing a lua file in the ./runtime folder, a new contributor might expect changes to be applied to the built Neovim binary. --- src/man/nvim.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/nvim.1 b/src/man/nvim.1 index c32bdeadc6..b846ed4ba6 100644 --- a/src/man/nvim.1 +++ b/src/man/nvim.1 @@ -193,7 +193,7 @@ is do not read or write a ShaDa file. .Ic ":help shada" .It Fl -noplugin -Skip loading plugins. +Skip loading plugins (by setting the 'noloadplugins' option). Implied by .Cm -u NONE . .It Fl -clean -- cgit 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: docs: list NVIM_APPNAME as env on manpage (#25935) --- src/man/nvim.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/man') 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 -- cgit