diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-11-29 22:39:54 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-11-29 22:39:54 +0000 |
commit | 21cb7d04c387e4198ca8098a884c78b56ffcf4c2 (patch) | |
tree | 84fe5690df1551f0bb2bdfe1a13aacd29ebc1de7 /src/man/nvim.1 | |
parent | d9c904f85a23a496df4eb6be42aa43f007b22d50 (diff) | |
parent | 4a8bf24ac690004aedf5540fa440e788459e5e34 (diff) | |
download | rneovim-colorcolchar.tar.gz rneovim-colorcolchar.tar.bz2 rneovim-colorcolchar.zip |
Merge remote-tracking branch 'upstream/master' into colorcolcharcolorcolchar
Diffstat (limited to 'src/man/nvim.1')
-rw-r--r-- | src/man/nvim.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/man/nvim.1 b/src/man/nvim.1 index c32bdeadc6..4dc099f98c 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 @@ -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 |