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

Dependencies (17)

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

fhahn commented on 2014-02-27 22:04 (UTC)

@ivendvd, @Gregoire I don't think your problem has something to do with the PKGBUILD. It looks like an segmentation fault, which could be an upstream problem.

ivenvd commented on 2014-02-26 08:05 (UTC)

I have the same error as @Gregoire do.

Gregoire commented on 2014-02-25 17:35 (UTC)

I had the same error with previous AUR and as it seems you don't have the problem maybe someone could help me : http://pastebin.com/dPVhM53y Thank you very much !

fhahn commented on 2014-02-25 17:19 (UTC)

I've added a message stating that the executable was renamed to `nvim` (I think I'm going to remove this message in the future again) and added vim-runtime as optional dependency.

mytbk commented on 2014-02-25 13:46 (UTC)

The vim-runtime package has a lot of .vim files that neovim can use, and I think it can be an optional dependency.

colinkeenan commented on 2014-02-25 03:29 (UTC)

I just heard about this when I decided to browse github and then figured it would probably already be in AUR. It took me a moment to figure out the executable was named nvim though. It seems like a good idea to let people know that using a post install message the way google-chrome does.

Barthalion commented on 2014-02-25 00:21 (UTC)

thiderman: both are in the base-devel group, which you should have installed before playing with AUR.

fhahn commented on 2014-02-24 23:05 (UTC)

thiderman, could you post the error messages without libtool and automake installed? I tried it without and it worked for me. There was another error with this PKGBUILd though. Upstream, the executable got renamed once again. I've updated the PKGBUILD to use nvim as name for the installed executable instead of neovim, to be closer to upstream.

thiderman commented on 2014-02-24 22:47 (UTC)

libtool and automake are also required as dependencies.