vim-startuptime
is a plugin for viewing vim
and nvim
startup event timing
information. The data is automatically obtained by launching (n)vim
with the
--startuptime
argument. See :help startuptime-configuration
for details on
customization options.
vim>=8.0.1453
or nvim>=0.3.1
vim
(not applicable for
nvim
).+startuptime
is required.+timers
is recommended, to capture all startup events.+terminal
is required.A package manager can be used to install vim-startuptime
.
vim-startuptime
with :StartupTime
.K
on events to get additional information.gf
on sourcing events to load the corresponding file in a new split.:help startuptime-configuration
).Documentation can be accessed with either:
:help vim-startuptime
or:
:StartupTime --help
The underlying markup is in startuptime.txt.
There is documentation on the following topics.
Topic | :help {subject} |
---|---|
Arguments | startuptime-arguments |
Modifiers | startuptime-modifiers |
Vim Options | startuptime-vim-options |
Configuration | startuptime-configuration |
Color Customization | startuptime-color-customization |
The source code has an MIT License.
See LICENSE.