Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-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: 256
Popularity: 1.60
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-09-04 00:24 (UTC)

Required by (433)

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

fwalch commented on 2014-07-31 17:11 (UTC)

@fhahn: Tried to build it with USE_BUNDLED_DEPS=OFF, and at least for lua-cmsgpack there's currently no Arch package. Also noticed that the vim-runtime files are now included in the neovim repo and will be installed to $CMAKE_INSTALL_PREFIX/share/nvim/runtime when running `make install`. So maybe you can use -DCMAKE_INSTALL_PREFIX=${pkgdir}?

fhahn commented on 2014-07-31 08:36 (UTC)

It seems like an USE_BUNDLED option was introduced to use system dependencies. I'll look into using Arch Linux packages for neovim's dependencies over the weekend.

sekret commented on 2014-07-29 16:39 (UTC)

Isn't it possible to use those external tools like luajit, luarocks etc, which are being downloaded and built during the build process, by including them as a dependency?

KenjiTakahashi commented on 2014-07-28 19:33 (UTC)

neovim takes completely different route on providing plugins interface, look up on https://github.com/neovim/neovim/wiki/Python-plugins,-clipboard-integration-and-other-service-providers-through-msgpack-RPC-channels for some insight. I don't know about lua, it might be special, because AFAIK they plan to use it as vimscript replacement at some point.

Hspak commented on 2014-07-07 05:38 (UTC)

What is the neovim replacement for things like --enable-pythoninterp and --enable-luainterp?

fhahn commented on 2014-07-03 19:27 (UTC)

Thanks, I've update THE PKGBUILD. I've changed the license, but not to Apache though. The neovim code base still contains a lot of code under the old vim license, only the new additions are licensed under Apache, so setting the license to Apache does not seem quite right to me, although I'm no expert on licensing issues.

<deleted-account> commented on 2014-06-27 09:44 (UTC)

1. vim-license.txt has been moved to LICENSE 2. License has changed from custom:vim to Apache

z33ky commented on 2014-06-24 08:57 (UTC)

I managed to build it without bundled dependencies by using this patch: https://github.com/jszakmeister/neovim/commit/cb1f7d3 You also need to set the environment variable USE_BUNDLED_DEPS=OFF. The bug is reported upstream, but it seems to be a low priority: https://github.com/neovim/neovim/issues/838 A lua-cmsgpack package is currently missing from the Arch repos though.

fhahn commented on 2014-05-18 16:17 (UTC)

The wiki page about PKGBUILDs [1] seems very clear about this: "Members of "base-devel" should not be included in makedepends arrays." [1] https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

aignas commented on 2014-05-17 22:14 (UTC)

libtool is needed for building, but it is absent for makedepends. I remember that in wiki it is written to install base-devel group before building AUR packages, but I think that if this needs libtool for building, it should be there in makedepends.