Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.2.
- This action is used across all versions by 1,402 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
- Fix the nightly Neovim installation was broken due to https://github.com/neovim/neovim/pull/28000. (#30, thanks @linrongbin16)
- Neovim now provides
neovim-macos-arm64.tar.gz
(for Apple Silicon) andneovim-macos-x86_64.tar.gz
(for Intel Mac) separately rather than the singleneovim-macos.tar.gz
. This change will be applied to the next stable version.
- Neovim now provides
- Update npm dependencies to the latest. This update includes some small security fixes.
- Fix an incorrect OS version was reported in debug message on Ubuntu.