Package Details: neovim-git 0.10.0.r2536.g55c9e2c96e-1

Git Clone URL: https://aur.archlinux.org/neovim-git.git (read-only, click to copy)
Package Base: neovim-git
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs
Upstream URL: https://neovim.io
Keywords: editor
Licenses: custom:neovim
Conflicts: neovim
Provides: neovim, vim-plugin-runtime
Submitter: fhahn
Maintainer: Farzat
Last Packager: Farzat
Votes: 256
Popularity: 1.72
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-03-11 05:36 (UTC)

Dependencies (17)

Required by (431)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 40 Next › Last »

Derson5 commented on 2022-03-13 11:33 (UTC)

If anyone want to build Neovim from git, using this package, need to don't update libvterm package. Today was update to libvterm 0.2 version, and Neovim does not support it. For this moment, support for libvterm 0.2 version is planned for 0.8 version, so many many months from this day.

fwalch commented on 2022-03-12 20:21 (UTC)

Fixed, thanks!

Derson5 commented on 2022-03-12 19:08 (UTC) (edited on 2022-03-12 19:21 (UTC) by Derson5)

@fwalch, @7thSon is right. In PKGBUILD, at the end there is 4, that shouldn't be (30 not 304).

7thSon commented on 2022-03-12 17:30 (UTC)

I think there might be a typo somewhere since yay show this package update information: aur/neovim-git 0.6.0.r1235.gab456bc30-1 -> 0.6.0.r1235.gab456bc304-1

justinesmithies commented on 2022-03-12 15:17 (UTC) (edited on 2022-03-12 15:19 (UTC) by justinesmithies)

Since the last PKGBUILD update neovim-git constantly keeps saying there is an update and stays on the same version.

Aur (1) neovim-git-0.6.0.r1235.gab456bc304-1

:: Proceed with installation? [Y/n]: 

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
fetching devel info...
==> Making package: neovim-git 0.6.0.r1235.gab456bc304-1 (Sat 12 Mar 2022 02:45:51 PM GMT)
==> Retrieving sources...
  -> Updating neovim-git git repo...
Fetching origin
==> Validating source files with sha256sums...
    neovim-git ... Skipped
==> Making package: neovim-git 0.6.0.r1235.gab456bc304-1 (Sat 12 Mar 2022 02:45:55 PM GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating neovim-git git repo...
Fetching origin
==> Validating source files with sha256sums...
    neovim-git ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of neovim-git git repo...
Cloning into 'neovim-git'...
done.
==> Starting pkgver()...
==> Updated version: neovim-git 0.6.0.r1235.gab456bc30-1
==> Sources are ready.
neovim-git-0.6.0.r1235.gab456bc304-1: parsing pkg list...
:: neovim-git-0.6.0.r1235.gab456bc304-1 is up to date -- skipping build
loading packages...
warning: neovim-git-0.6.0.r1235.gab456bc30-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) neovim-git-0.6.0.r1235.gab456bc30-1

Total Installed Size:  32.17 MiB
Net Upgrade Size:       0.00 MiB

fwalch commented on 2022-03-12 13:33 (UTC)

@xiretza: fixed, thanks!

xiretza commented on 2022-03-11 16:43 (UTC)

The command in vercmp() should be replaced with git describe --long --tags --exclude=nightly, since tags after v0.5.0 have been unannotated.

fwalch commented on 2022-02-24 21:07 (UTC)

@Derson5 fixed, thanks!

Derson5 commented on 2022-02-24 13:44 (UTC) (edited on 2022-03-12 19:01 (UTC) by Derson5)

@fwalch you need to change LICENSE to LICENSE.txt. Without it, build will fail - see this.

dedguy21 commented on 2021-10-19 15:36 (UTC)

I've narrowed down the package that causes the #checkhealth error "E684: list index out of range: 0" to the neovim-lspconfig-git package.

I'm wondering if you have the same experience, and what you did to get past the checkhealth error.

Thanks