Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-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: 259
Popularity: 1.72
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2025-02-10 14:14 (UTC)

Required by (446)

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 »

sekret commented on 2014-08-04 07:28 (UTC)

Ok, msgpack is definitely a dependency, nvim won't launch without it. Additionally, in the build function, you need to change the install prefix to -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" otherwise stuff will get installed into /share/... which is obviously wrong. After that, namcap shows this output neovim-git W: Referenced library 'csh' is an uninstalled dependency neovim-git W: Referenced library 'nawk' is an uninstalled dependency neovim-git W: Dependency perl detected but optional (programs ['perl'] needed in scripts ['usr/share/nvim/runtime/tools/shtags.pl', 'usr/share/nvim/runtime/tools/pltags.pl', 'usr/share/nvim/runtime/tools/efm_filter.pl', 'usr/share/nvim/runtime/tools/efm_perl.pl', 'usr/share/nvim/runtime/doc/vim2html.pl']) neovim-git W: Dependency bash detected but optional (programs ['sh'] needed in scripts ['usr/share/nvim/runtime/tools/vimm', 'usr/share/nvim/runtime/tools/vimspell.sh', 'usr/share/nvim/runtime/tools/ref', 'usr/share/nvim/runtime/macros/less.sh']) which is ok I think, although I'm not sure why the first 2 lines appear, possibly additional optional dependencies, which aren't in the repos? Thanks man, now it builds a lot faster. Strange though that the package is a lot bigger now.

fhahn commented on 2014-08-03 23:34 (UTC)

I've updated to PKGBUILD to use USE_BUNDLED=Off, set the build type to release and use `make install` for installing all files, thanks for your hints. All lua dependencies seem to be build-dependencies. I've created a new PKGBUILD for lua-cmsgpack. The PKGBUILD contains both luajit and lua at the moment, because the cmake script checks if luajit is installed but I'm not sure how to build lua-cmsgpack for luajit. I would appreciate any feedback to these changes!

sekret commented on 2014-08-01 10:40 (UTC)

That would be nice, thanks!

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