Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-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 (gpanders)
Last Packager: gpanders
Votes: 257
Popularity: 1.38
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-09-04 00:24 (UTC)

Dependencies (24)

Required by (430)

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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 40 Next › Last »

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

dedguy21 commented on 2021-10-07 02:21 (UTC)

getting the follwing error when ":checkhealth:

health#check E684: list index out of range: 0

only happens with neovim-git, but not the neovim repo package.

Any clue what might be causing it, I'd like to continue using the git version.

groctel commented on 2021-07-03 08:05 (UTC)

Since 0.5.0 has be released and has added tree-sitter as a dependency I think it would be nice to add the new dependency and bump the pkgver :)

lmartinez-mirror commented on 2021-06-28 15:48 (UTC) (edited on 2021-06-28 16:18 (UTC) by lmartinez-mirror)

Due to changes from both Neovim and Treesitter upstream, this package will not compile with tree-sitter alone. Not sure if anyone using tree-sitter-git can weigh in on this.

EDIT: Package builds with tree-sitter-git.

therisen06 commented on 2021-05-03 13:38 (UTC)

Could you please add -DCMAKE_INSTALL_LIBDIR=lib to the cmake arguments? There is a lib64 vs lib conflict on Arch Linux derivatives (see https://wiki.archlinux.org/title/CMake_package_guidelines).