diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2021-10-04 08:01:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 07:01:49 -0700 |
commit | c7a63f35db6f682dbdf0c4c045fdd43a763d3ae4 (patch) | |
tree | 7582c5331e61b9cdfca38411014d4cbe820990ca /runtime | |
parent | 44f7b46199aebedb0ff7f8ce782b375a0e156b27 (diff) | |
download | rneovim-c7a63f35db6f682dbdf0c4c045fdd43a763d3ae4.tar.gz rneovim-c7a63f35db6f682dbdf0c4c045fdd43a763d3ae4.tar.bz2 rneovim-c7a63f35db6f682dbdf0c4c045fdd43a763d3ae4.zip |
feat(startup): load builtin plugins with --clean #15893
Closes #15605
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/starting.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 87a48e6d2a..bb775ec884 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -90,10 +90,11 @@ argument. See |info-message| about capturing the text. *--clean* ---clean Equivalent to "-u NONE -i NONE": +--clean Mimics a fresh install of Nvim: - Skips initializations from files and environment variables. - No 'shada' file is read or written. - Excludes user directories from 'runtimepath' + - Loads builtin plugins, unlike "-u NONE -i NONE". *--noplugin* --noplugin Skip loading plugins. Resets the 'loadplugins' option. |