action-setup-vim icon indicating copy to clipboard operation
action-setup-vim copied to clipboard

GitHub Action to setup Vim or Neovim on Linux, macOS and Windows for testing Vim plugins

Results 2 action-setup-vim issues
Sort by recently updated
recently updated
newest added

## Problem Currently, install neovim nightly binary was failed, like: - https://github.com/neovim/go-client/actions/runs/1274468944 Neovim has switched the nightly binary release to GitHub Action rather than the release page (branch). - https://github.com/neovim/neovim/releases/tag/nightly...

bug

Hi, First of all, props for the plugin. Really useful for myself. I am experiencing issues when running ubuntu-latest + v0.2.0 for neovim using the following workflow setup: ```yml linux_neovim:...

enhancement