Package Details: neovim-nightly-bin 0.13.0+dev+1345+g82c751db4e-2

Git Clone URL: https://aur.archlinux.org/neovim-nightly-bin.git (read-only, click to copy)
Package Base: neovim-nightly-bin
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs (nightly build)
Upstream URL: https://neovim.io
Keywords: editor neovim nvim terminal vim
Licenses: custom:neovim
Conflicts: neovim
Provides: neovim, vim-plugin-runtime
Submitter: quebin31
Maintainer: agony4001
Last Packager: agony4001
Votes: 62
Popularity: 0.015482
First Submitted: 2020-12-27 19:08 (UTC)
Last Updated: 2026-08-18 09:52 (UTC)

Dependencies (7)

Required by (485)

Sources (3)

Pinned Comments

boydaihungst commented on 2025-07-24 03:05 (UTC) (edited on 2025-07-29 15:18 (UTC) by boydaihungst)

  • Checksum is optional now to prevent github 80 requests/hour rate limit for unauthorized user (set CHECKSUM environment variable to any value to enable)

  • To force update use: paru -S neovim-nightly-bin --redownload Replace paru with yay or other aur package manager as you want.

quebin31 commented on 2021-10-07 15:37 (UTC)

This PKGBUILD uses the current date to refresh the source url, once it's downloaded the pkgver() function should update the version accordingly.

Latest Comments

1 2 3 4 5 6 Next › Last »

agony4001 commented on 2026-08-18 09:58 (UTC)

@racko Thanks for the heads-up! Links refreshed.

racko commented on 2026-08-17 18:06 (UTC) (edited on 2026-08-17 18:12 (UTC) by racko)

:: Check the following page to see whether this upgrade
   includes any breaking changes:
   https://github.com/neovim/neovim/wiki/Following-HEAD

This comment is outdated: The page doesn't exist anymore.

Apparently there are alternatives:

agony4001 commented on 2026-08-15 10:34 (UTC)

@Sub0 Thanks for the report! Fixed now.

Sub0 commented on 2026-08-14 09:42 (UTC)

Building with makechrootpkg fails with:

Invalid machine name: makechrootpkg-nsupported-architecture-.build.4165430

makechrootpkg sources the PKGBUILD on the host, outside the chroot, just to read pkgbase. That runs as a plain "bash -c source PKGBUILD", without makepkg, so CARCH is unset, the case falls through to *). Its echo goes to stdout, so it becomes the first line makechrootpkg reads. The exit 1 only ends that subshell, so the build carries on with a garbage machine name (pkgbase = [Unsupported architecture:])

It doesn't show up under plain makepkg, which sets CARCH from makepkg.conf before sourcing the PKGBUILD.

arch=('x86_64' 'aarch64') already makes makepkg refuse any other architecture, with a better message.

Please remove the useless *) in the case as it brokes chroot builds.

boydaihungst commented on 2025-07-24 03:05 (UTC) (edited on 2025-07-29 15:18 (UTC) by boydaihungst)

  • Checksum is optional now to prevent github 80 requests/hour rate limit for unauthorized user (set CHECKSUM environment variable to any value to enable)

  • To force update use: paru -S neovim-nightly-bin --redownload Replace paru with yay or other aur package manager as you want.

boydaihungst commented on 2025-02-27 18:16 (UTC)

@xiota. Thanks. Removed exit

boydaihungst commented on 2025-02-27 12:23 (UTC)

Bump to v0.11

GrzegorzKozub commented on 2025-02-18 06:55 (UTC)

I allowed myself to create a merge request that should fix this package @eclairevoyant

mostafaqanbaryan commented on 2025-02-08 15:36 (UTC)

As said in the previous comment by @GrzegorzKozub, this package doesn't work anymore