mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
@@ -200,7 +200,8 @@ Skip loading plugins.
|
|||||||
Implied by
|
Implied by
|
||||||
.Cm -u NONE .
|
.Cm -u NONE .
|
||||||
.It Fl -clean
|
.It Fl -clean
|
||||||
Mimic a fresh install of Nvim. Skip loading non-builtin plugins and shada (viminfo) file.
|
Start Nvim with "factory defaults" (no user config and plugins, no shada).
|
||||||
|
.Ic ":help --clean"
|
||||||
.It Fl o Ns Op Ar N
|
.It Fl o Ns Op Ar N
|
||||||
Open
|
Open
|
||||||
.Ar N
|
.Ar N
|
||||||
|
@@ -2108,6 +2108,7 @@ static void usage(void)
|
|||||||
mch_msg(_(" -V[N][file] Verbose [level][file]\n"));
|
mch_msg(_(" -V[N][file] Verbose [level][file]\n"));
|
||||||
mch_msg("\n");
|
mch_msg("\n");
|
||||||
mch_msg(_(" --api-info Write msgpack-encoded API metadata to stdout\n"));
|
mch_msg(_(" --api-info Write msgpack-encoded API metadata to stdout\n"));
|
||||||
|
mch_msg(_(" --clean \"Factory defaults\" (skip user config and plugins, shada)\n"));
|
||||||
mch_msg(_(" --embed Use stdin/stdout as a msgpack-rpc channel\n"));
|
mch_msg(_(" --embed Use stdin/stdout as a msgpack-rpc channel\n"));
|
||||||
mch_msg(_(" --headless Don't start a user interface\n"));
|
mch_msg(_(" --headless Don't start a user interface\n"));
|
||||||
mch_msg(_(" --listen <address> Serve RPC API from this address\n"));
|
mch_msg(_(" --listen <address> Serve RPC API from this address\n"));
|
||||||
|
Reference in New Issue
Block a user