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.10
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2025-02-10 14:14 (UTC)

Required by (451)

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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 41 Next › Last »

warp commented on 2018-02-23 10:08 (UTC)

@fwalch Thanks it worked.

fwalch commented on 2018-02-23 07:16 (UTC)

The mpack error is due to https://bugs.archlinux.org/task/57594, which has been fixed with lua51-mpack 1.0.7-2. @warp: If you update your packages (and maybe use makepkg -C to build neovim-git), everything should work.

warp commented on 2018-02-23 03:57 (UTC)

@Fandekasp I installed lua-lpeg and libmpack, still getting the libunibilium.so error when I try run vim. Tried to rebuild it I get mpack error. Is there a step missing?

Fandekasp commented on 2018-02-23 02:32 (UTC) (edited on 2018-02-23 02:43 (UTC) by Fandekasp)

@fwalch, I also got the unibilium error, and when trying to rebuild neovim, it first failed asking me to install lua-lpeg, then failed again asking for lua-mpack. Except it is looking for lua53 mpack, which isn't available on aur (only lua51-mpack?). If trying to symlink /usr/lib/lua/5.1/mpack.so → /usr/lib/lua/5.3 , it fails again, this time looking for a lua 5.2 mpack O_o

EDIT: Oh, it looked for lua 5.2 and lua 5.3 only because the lua/5.1/mpack.so file was broken (missing related libmpack.so.0. Reinstalling lua51-mpack didn't help.

SOLVED:I just needed to install libmpack, then reinstalling neovim-git worked the unibilium error disappeared.

SUMMARY: To fix the unibilium error, run pacman -S lua-lpeg libmpack neovim-git

fwalch commented on 2018-02-22 20:09 (UTC)

swiftgeek: I just rebuilt against unibilium 2.0.0 without problems. If you're still having problems, can you open an issue upstream?

swiftgeek commented on 2018-02-21 23:40 (UTC)

I had to downgrade unibilium to make it work :(

gurevitch commented on 2017-08-07 02:11 (UTC)

Duplicate tag issues arise regularly [1] causing builds to fail until the user does a clean build. This can be fixed by running "rm -rf runtime/docs" directly before the cmake generator [2]. For now I've uploaded neovim-git-ninja with that fix and full incremental build support [3]. [1] https://github.com/neovim/neovim/commit/5cc4ea38c01e5307a7bfa7b2e238d69e1062c194 (most recent commit causing rebuilds to fail) [2] https://github.com/neovim/neovim/commit/cbda7d85f867d3786d7f2cc7dd5e22c3575285a4 (commit documenting fix) [3] https://aur.archlinux.org/packages/neovim-git-ninja

gurevitch commented on 2017-07-24 02:50 (UTC)

Thanks for the hints, I fixed arch and modified the PKGBUILD to use ninja without relying on the top-level makefile for any step. https://github.com/chetgurevitch/PKGBUILDs/tree/master/neovim-git

fwalch commented on 2017-06-25 16:56 (UTC)

chetgurevitch: Thanks for the hint about LuaJIT, I had missed moving that from makedepends to depends. As for your other changes, it looks like you switched the code to use the top-level Makefile. This Makefile is only intended for developers and should not be used for packaging. Also, see [1] for hints about when to use "arch=(any)". [1] https://wiki.archlinux.org/index.php/PKGBUILD#arch