diff options
author | w3bdev1 <65990737+w3bdev1@users.noreply.github.com> | 2021-07-03 18:22:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 05:52:33 -0700 |
commit | 7918072f9975cdc2589a0859de4a9584359e3dad (patch) | |
tree | 4a8e60ca15e993a936245f49504d7a4e705a8815 | |
parent | d791274a9d9b87dec5bd024904424e1ce21de5a6 (diff) | |
download | rneovim-7918072f9975cdc2589a0859de4a9584359e3dad.tar.gz rneovim-7918072f9975cdc2589a0859de4a9584359e3dad.tar.bz2 rneovim-7918072f9975cdc2589a0859de4a9584359e3dad.zip |
doc/readme: mention void linux (#14969)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,7 @@ Install from package Pre-built packages for Windows, macOS, and Linux are found on the [Releases](https://github.com/neovim/neovim/releases/) page. -[Managed packages] are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], -[Gentoo], and more! +[Managed packages] are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], [Void Linux], [Gentoo], and more! Install from source ------------------- @@ -122,6 +121,7 @@ Apache 2.0 license, except for contributions copied from Vim (identified by the [Ubuntu]: http://packages.ubuntu.com/search?keywords=neovim [Fedora]: https://apps.fedoraproject.org/packages/neovim [Arch Linux]: https://www.archlinux.org/packages/?q=neovim +[Void Linux]: https://voidlinux.org/packages/?arch=x86_64&q=neovim [Gentoo]: https://packages.gentoo.org/packages/app-editors/neovim [Homebrew]: https://formulae.brew.sh/formula/neovim |