mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
9d5cbd1b15
Having multiple release artifacts per platform is a maintenance burden. Furthermore, it is a maintenance burden that doesn't directly improve the Nvim editor itself. The releases are meant to be a quick way for users to try out and use neovim on their platform and was never intended to be a buffet of releases for every conceivable setup. Users are encouraged to the following replacements: - Github action `action-setup-vim` to have neovim installed on their PATH for their CI jobs. See https://github.com/rhysd/action-setup-vim. - Use the appimage, either as is or by extracting it - To use as is, run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can extract the appimage with `./nvim.appimage --appimage-extract && ./squashfs-root/usr/bin/nvim` - Build it manually. See https://github.com/neovim/neovim/wiki/Building-Neovim. Work on https://github.com/neovim/neovim/issues/22684 |
||
---|---|---|
.. | ||
actions/cache | ||
ISSUE_TEMPLATE | ||
scripts | ||
workflows | ||
dependabot.yml | ||
FUNDING.yml | ||
labeler.yml | ||
SECURITY.md |