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.
git clone https://github.com/dstein64/vim-startuptime ~/.vim/pack/plugins/start/vim-startuptimePlugin 'dstein64/vim-startuptime' to ~/.vimrc:PluginInstall or $ vim +PluginInstall +qallgit clone --depth=1 https://github.com/dstein64/vim-startuptime ~/.vim/bundle/vim-startuptimePlug 'dstein64/vim-startuptime' to ~/.vimrc:PlugInstall or $ vim +PlugInstall +qallcall dein#add('dstein64/vim-startuptime') to ~/.vimrc:call dein#install()NeoBundle 'dstein64/vim-startuptime' to ~/.vimrc:source ~/.vimrcvim-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.
Vim Script
92.2%
Lua
5.8%
Python
2.0%
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.
git clone https://github.com/dstein64/vim-startuptime ~/.vim/pack/plugins/start/vim-startuptimePlugin 'dstein64/vim-startuptime' to ~/.vimrc:PluginInstall or $ vim +PluginInstall +qallgit clone --depth=1 https://github.com/dstein64/vim-startuptime ~/.vim/bundle/vim-startuptimePlug 'dstein64/vim-startuptime' to ~/.vimrc:PlugInstall or $ vim +PlugInstall +qallcall dein#add('dstein64/vim-startuptime') to ~/.vimrc:call dein#install()NeoBundle 'dstein64/vim-startuptime' to ~/.vimrc:source ~/.vimrcvim-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.
Vim Script
92.2%
Lua
5.8%
Python
2.0%