action-setup-vim
action-setup-vim copied to clipboard
GitHub Action to setup Vim or Neovim on Linux, macOS and Windows for testing Vim plugins
## 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...
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:...
Currently Vim/Neovim is installed under `$HOME` (if they are not installed via system package manager). However `$HOME` is not safe for putting arbitrary directories. They may cause conflicts and the...