diff options
-rw-r--r-- | man/nvim.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index 2afd31155d..28b699a07b 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -323,6 +323,9 @@ Print version information and exit. .El .Sh ENVIRONMENT .Bl -tag -width Fl +.It Ev NVIM_LOG_FILE +Low-level log file, usually found at ~/.local/share/nvim/log. See :help +$NVIM_LOG_FILE. .It Ev VIM Used to locate user files, such as init.vim. System-dependent, see :help $VIM. |