Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-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: 259
Popularity: 1.72
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2025-02-10 14:14 (UTC)

Dependencies (24)

Required by (446)

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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 40 Next › Last »

<deleted-account> commented on 2016-06-24 20:02 (UTC)

Is there a specific reason as to why `options=(!strip)` is in the PKGBUILD? It seems to make the package 7 MB larger compared to neovim in the community repository.

nishantvarma commented on 2016-06-16 16:39 (UTC) (edited on 2016-06-16 16:39 (UTC) by nishantvarma)

I installed lua51-mpack and it worked. However I didn't see a standard error that usually shows up when a package is not there. Also shouldn't lua51-mpack be installed as it in arch repository? PS: I tried makepkg -C so that might be needed.

fwalch commented on 2016-05-30 19:52 (UTC)

blueyed: I can't reproduce; did you try makepkg -C? If the problem persists, can you open an issue on Github? I think that should be fixed upstream.

blueyed commented on 2016-05-30 00:19 (UTC)

Fails to build for me: ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... -- Replacing -O3 in CMAKE_C_FLAGS_RELEASE with -O2. -- Removing --sort-common from linker flags. -- Found Iconv -- Checking Lua interpreter /usr/bin/lua -- [/usr/bin/lua] The 'lpeg' lua package is required for building Neovim CMake Error at CMakeLists.txt:395 (message): A suitable Lua interpreter was not found. The problem is that it uses /usr/bin/lua and not luajit from makedepends. This fixes it: @@ -33,6 +33,7 @@ build() { -DCMAKE_BUILD_TYPE=Dev \ -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_JEMALLOC=ON \ + -DLUA_PRG=/usr/bin/luajit \ .. make }

fwalch commented on 2016-04-23 17:43 (UTC) (edited on 2016-04-23 18:02 (UTC) by fwalch)

euclio: Did you try makepkg -C? If the problem persists, can you open an issue at github.com/neovim/neovim?

euclio commented on 2016-04-23 17:23 (UTC)

I'm still having the problem indicated by cirk2. His patch fixed it.

shulhan commented on 2016-04-19 04:48 (UTC)

Thanks fwalch.

fwalch commented on 2016-04-18 19:59 (UTC)

libmpack still does not have a new release with a nice Makefile for systemwide installation, but I packaged it with Luarocks for now. Thanks to sulhan, zoqaeski, bradst, cirk2 for reporting the broken build.

cirk2 commented on 2016-04-18 13:58 (UTC)

Yeah got confused by the cmake output which only reported the missing packages for /usr/bin/lua also works without that.

fwalch commented on 2016-04-17 06:46 (UTC) (edited on 2016-04-17 06:51 (UTC) by fwalch)

cirk2: LuaJIT can use installed Lua 5.1 packages, so no need to change anything. libmpack is currently not easily packagable, that's what I'm waiting for to update the PKGBUILD: https://github.com/neovim/neovim/issues/4573#issuecomment-210032083