whonore/Setup Vim

Setup Vim or Neovim text editors on GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
versionVersion 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. nostable
neovimSetting to true will install Neovim. nofalse
tokenPersonal 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 }}
namedescription
executableAbsolute file path to the installed executable.