actions-marketplace-validations/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
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
configure-argsArguments passed to ./configure execution when building Vim from source. no
tokenPersonal 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 }}
namedescription
executableAbsolute file path to the installed executable.
vim-dirAbsolute file path to the $VIM directory of the installation. Please see `:help $VIM` for more details.