whonore/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
- Runtime
- Deprecated runtime
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 |
| token | Personal access token for GitHub API. It is used for calling GitHub API when Neovim asset is not found in stable release 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. |