rhysd/Setup Vim
Setup Vim or Neovim text editors on GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Vim or Neovim to install. Valid values are 'stable', 'nightly' or version tag such as 'v8.2.0126'. Note that this value must exactly match to a tag name when installing the specific version. | no | stable |
| neovim | Setting to true will install Neovim. | no | false |
| configure-args | Arguments passed to ./configure execution when building Vim from source. | no | — |
| token | Personal access token for GitHub API. It is used for calling GitHub API when Neovim asset is not found in stable releases and needs to fallback. You don't need to set this input since it is set automatically. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| executable | Absolute file path to the installed executable. |
| vim-dir | Absolute file path to the $VIM directory of the installation. Please see `:help $VIM` for more details. |