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.17
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-06-30 16:58 (UTC)

Dependencies (24)

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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 40 Next › Last »

johncf commented on 2015-05-14 10:00 (UTC)

Manpages for nvim and nvimtutor have been added... Please include it too...

cgirard commented on 2015-05-05 09:54 (UTC)

Thanks for pointing me in the right direction. I had not cleaned the src folder. It was thus picking the wrong Lua binary and not finding messagepack. Everything is working now.

fwalch commented on 2015-05-05 09:48 (UTC)

@cgirard: LuaJIT should pick up all Lua 5.1 (not 5.2!) libs, as far as I know. To test, for example when lua51-messagepack is installed: luajit -e "require('MessagePack')" Is there something not working for you?

cgirard commented on 2015-05-05 09:32 (UTC)

Is there something to do to make lua libs available to LuaJIT?

fwalch commented on 2015-05-01 19:14 (UTC)

Thanks PakettiAle, I changed the URL. The jemalloc problem has been fixed upstream, so I added it as a new dependency. Also changed the lua dependencies for LuaJIT (which is a replacement for Lua 5.1 and required for Neovim either way), so "lua" (Lua 5.2) is not a dependency anymore.

pakettiale commented on 2015-04-29 09:54 (UTC)

Package's upstream URL has been changed to http://neovim.io

fwalch commented on 2015-04-20 16:21 (UTC)

@nlehmann: See the pacaur bug report [1] (the root cause is an upstream issue, however). At the moment, looks like the best solution is to use another AUR helper or makepkg with pacman -U. [1] https://github.com/rmarquis/pacaur/issues/325

nlehmann commented on 2015-04-20 14:33 (UTC)

The package is able to compile but the installation get stuck in this point ...... -- Installing: /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/autoload/ada.vim -- Installing: /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/autoload/README.txt -- Up-to-date: /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/doc/maketags.awk -- Up-to-date: /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/doc/makehtml.awk -- Up-to-date: /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/macros/less.sh -- Generating helptags in /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/doc. -- /tmp/pacaurtmp-nlehmann/neovim-git/pkg/neovim-git/usr/share/nvim/runtime/doc already exists

fwalch commented on 2015-04-14 18:40 (UTC)

@herrecito: Yes, it needs to be fixed upstream.. disabled jemalloc in the PKGBUILD for now.