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.83
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 40 Next › Last »

donnut commented on 2015-05-29 12:55 (UTC)

Solved the issue with MessagePack by making the package in a clean directory.

donnut commented on 2015-05-29 10:51 (UTC)

I've installed neovim successfully up to version neovim-git-0.r3370.df3abf4 Attempting to upgrade to 0.r3530.fa0f122 gives a problem with the MessagePack: > -- [/usr/bin/lua] The 'MessagePack' lua package is required for building Neovim > CMake Error at CMakeLists.txt:247 (message): > A suitable Lua interpreter was not found lua51-messagepack from AUR is installed Reading a comment of @ingvij I tryed to specify lua5.1 instead of the system lua (5.3) in CMakeCache.txt. This gives the error: > -- Checking Lua interpreter /usr/bin/lua5.1 > -- [/usr/bin/lua5.1] The 'bit' lua package is required for building Neovim > CMake Error at CMakeLists.txt:247 (message): > A suitable Lua interpreter was not found Any idea what I'm doing wrong?

ingvij commented on 2015-05-27 18:13 (UTC)

@fwalch: Yep, it's resolved. Thanks

fwalch commented on 2015-05-27 14:55 (UTC)

The issue with `makepkg -i` should be resolved now. There's still a problem when installing with pacaur [1]. [1] https://github.com/rmarquis/pacaur/issues/325

fwalch commented on 2015-05-22 18:01 (UTC)

@ingvij: There's a problem with the `-i` part of `makepkg -si`, but it's due to an upstream bug (see also https://github.com/rmarquis/pacaur/issues/325#issuecomment-90671660). An upstream fix is in the works. The lua problem sounds like a different matter.. can you report it at https://github.com/neovim/neovim/issues and post the full build output?

ingvij commented on 2015-05-22 17:46 (UTC)

Due to recent updates, I'm unable to build this package simply by `makepkg -si`. I had to manually update `CMakeCache.txt` to point to `/usr/bin/lua5.1` in order to make it work.

fwalch commented on 2015-05-14 10:13 (UTC)

@critiq.jo: Installing the manpages will be handled upstream, see [1]. It shouldn't require any changes in the PKGBUILD. [1] https://github.com/neovim/neovim/pull/2649

johncf commented on 2015-05-14 10:00 (UTC)

Manpages for nvim and nvimtutor have been added... Please include it too...

cgirard commented on 2015-05-05 09:54 (UTC)

Thanks for pointing me in the right direction. I had not cleaned the src folder. It was thus picking the wrong Lua binary and not finding messagepack. Everything is working now.