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

dtzWill commented on 2014-04-22 17:14 (UTC)

This package fails to build when 'ninja' is installed on the system. 'make cmake' generates ninja build files if possible, which causes the later attempt to 'cd build' and 'make' to fail since no Makefiles were generated. Easiest solution is to simply remove 'cd build' from the PKGBUILD entirely, as 'make' in the root directory defaults to invoking the proper build tool on the build directory. Alternatively you could choose to specify the build tool if desired, but that seems more fragile.

philpirj commented on 2014-04-21 12:50 (UTC)

Any idea what's wrong with yanking to/pasting from X clipboard? I have autocutsel installed, and this works perfectly fine with mainline vim: set clipboard=unnamedplus But not for neovim. From :help clipboard-unnamedplus {only in GUI versions or when the +xterm_clipboard Cannot find xterm_clipboard anywhere in neovim's source.

KarboniteKream commented on 2014-04-15 21:54 (UTC)

I successfully built neovim with system libraries, but it's probably better to fetch them at build, since lua-cmsgpack isn't available on AUR without installing luarocks.

KarboniteKream commented on 2014-04-15 21:52 (UTC)

I got the same issue, but I wasn't able to reproduce it later. I've submitted a pull request on GitHub to fix this.

fhahn commented on 2014-04-15 21:26 (UTC)

I looked into the build issues. Neovim needs msgpack, lua51-lpeg and cmsgpack to build, but it seems like the build script does not take system libraries into account. I've updated the PKGBUILD to use `make cmake` which fetches and builds the dependencies (using luarocks for the lua stuff). But there seems to be a build error : pkgbuilds/neovim/src/neovim/src/term.c:3452:48: error: ‘row_char’ may be used uninitialized in this function [-Werror=maybe-uninitialized] if (j == 1 && tp[i] == 'R' && row_char == '2' && col >= 2) { ^

fkoehler commented on 2014-04-15 20:14 (UTC)

msgpack lua51-lpeg and cmsgpack (https://github.com/antirez/lua-cmsgpack not in the AUR yet) are required

<deleted-account> commented on 2014-04-15 10:17 (UTC)

It seems msgpack is another dependency needed to build neovim: http://pastebin.com/hdLbMd4w

cryptix commented on 2014-04-13 09:47 (UTC)

deleted my last comments as they were wrong (the pkgs i listed should be build build by the neovims cmake itself)