Package Details: neovim-git 0.11.0.r164.g3a1515bfee-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.27
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-06-30 16:58 (UTC)

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

sekret commented on 2014-08-04 13:13 (UTC)

fwalch is totally right, I just built it with lua-lpeg. This AUR package should be removed! I already filed a request and updated the other package which depends on lpeg.

fwalch commented on 2014-08-04 08:14 (UTC)

Shouldn't it be possible to use lua-lpeg (from extra) instead of lpeg (from AUR)?

fhahn commented on 2014-08-04 08:01 (UTC)

@sekret: Thanks, I've updated the install path and added msgpack, perl and gwak to the dependencies. As @nNa mentioned, the package now contains the complete vim runtime. I'll probably look into moving the runtime files in a neovim-runtime package.

KarboniteKream commented on 2014-08-04 07:56 (UTC)

@sekret: Neovim now contains the whole vim runtime (help files).

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.