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.95
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-03-11 05:36 (UTC)

Dependencies (17)

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 .. 32 33 34 35 36 37 38 39 40 Next › Last »

<deleted-account> commented on 2014-04-09 21:16 (UTC)

@EvertVP I also got the same error the other day. Pretty sure it's because the official libuv package is now at 0.11.23, and neovim's dependency is still tied to 0.11.22 (can see here https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt). As @wget said, the issue is upstream, just have to wait until they update the dependency.

wget commented on 2014-04-09 14:23 (UTC)

@EverVP, please report the error upstream. Btw, if you check the build status at https://github.com/neovim/neovim you see that the code doesn't even compile.

<deleted-account> commented on 2014-04-09 14:16 (UTC)

I'm getting this error during compilation: http://pastebin.com/v1n9jp2w

fhahn commented on 2014-03-22 15:39 (UTC)

Yes, thanks for the hint. I've added luajit as build dependency for now.

mvdnes commented on 2014-03-22 14:28 (UTC)

This package now seems to have a (build?)dependency of luajit

bhedrich commented on 2014-03-03 11:00 (UTC)

@venvd: this issue: https://github.com/neovim/neovim/issues/223

ivenvd commented on 2014-03-03 09:57 (UTC)

@eyenx, @Gregoire, @fhahn Solved. Remove "-D_FORTIFY_SOURCE=2" from CFLAGS and CXXFLAGS in /etc/makepkg.conf.

eyenx commented on 2014-03-02 17:49 (UTC)

@ivendvd, @Gregoire, @fhahn I get the same segfault. Building neovim from the git source as described under https://github.com/neovim/neovim#building works for me. The PKGBUILD seems fine. I don't get where the problem might be.