https://github.com/get-me-power/vimstartup
https://github.com/get-me-power/vimstartup
cli python3 vim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/get-me-power/vimstartup
- Owner: get-me-power
- License: mit
- Created: 2020-08-07T09:41:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T01:52:34.000Z (almost 6 years ago)
- Last Synced: 2025-07-10T19:27:40.804Z (12 months ago)
- Topics: cli, python3, vim
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimstartup   
This is a CLI command to easily measure the startup speed of the Vim Inspired by [rhysd/vim-startuptime](https://github.com/rhysd/vim-startuptime)
## Installation
```sh
pip install git+https://github.com/kazukazuinaina/vimstartup
```
## Requirement
- `Python` 3.5 or later (Use subprocess)
- `Vim` 7.4.1444 or later (for --not-a-term startup option)
- `Neovim`
## Usage
Simply run the `vimstartup` command!
If you want to measure Neovim's startup speed, simply do the following command.
```
$ vimstartup --nvim
```
You can also specify the options for Vim.
e.g: use `--noplugin`.
```
$ vimstartup --extra --noplugin
```
All options can be seen by the following command.
```
$ vimstartup -h
```