An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vimstartup ![Neovim](https://github.com/kazukazuinaina/vimstartup/workflows/Neovim/badge.svg?branch=master) ![Vim](https://github.com/kazukazuinaina/vimstartup/workflows/Vim/badge.svg?branch=master) ![reviewdog](https://github.com/kazukazuinaina/vimstartup/workflows/reviewdog/badge.svg?branch=master)

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
```