Package Details: neovim-git 0.11.0.r164.g3a1515bfee-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: 256
Popularity: 1.59
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-06-16 14:15 (UTC)

Required by (432)

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

fwalch commented on 2020-10-22 15:32 (UTC) (edited on 2020-10-22 15:33 (UTC) by fwalch)

@jck: As Scimmia said, can you try setting e.g. MAKEFLAGS="-j<number of CPU cores>" in your makepkg.conf? On a recent system, using Make or Ninja should not really make a difference when compiling Neovim - it should only take a few seconds either way. On an older system of mine, Make actually runs faster than Ninja, so I would keep it unless there is really a significant advantage of using Ninja over Make for compiling Neovim on some systems.

Scimmia commented on 2020-10-21 15:32 (UTC)

@jck, probably because you didn't set the number of jobs in makepkg.conf

jck commented on 2020-10-21 15:18 (UTC)

Could you update the PKGBUILD to use ninja(similar to https://github.com/archlinux/svntogit-community/blob/packages/neovim/trunk/PKGBUILD#L24)

This leads to a considerably faster build.

Shatur commented on 2020-07-06 08:28 (UTC)

@fwalch, thank you!

fwalch commented on 2020-07-06 08:08 (UTC)

Shatur: Updated the PKGBUILD, sorry it took so long.

Shatur commented on 2020-06-27 18:15 (UTC)

In my previous comment I meant to enable support for Arch vim packages. This is needed for fzf, for example.

drfunjohn commented on 2020-04-03 17:30 (UTC)

YES! It has installed latest version:

NVIM v0.5.0-424-g6ca7ebb34

Shatur commented on 2020-02-21 23:28 (UTC) (edited on 2020-02-21 23:52 (UTC) by Shatur)

Could update the package according to the official? This is needed to make Arch vim packages work.

Here is the updated PKGBUILD.

fwalch commented on 2020-02-10 20:57 (UTC)

The upstream issue has been fixed, building the package should work again.

KokaKiwi commented on 2020-02-09 00:22 (UTC)

The failing build stuff got an issue on upstream repository: https://github.com/neovim/neovim/issues/11835