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.50
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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 40 Next › Last »

linduxed commented on 2016-07-28 07:48 (UTC)

Commenting out the LUA_CPATH and LUA_PATH environment variable setting in my Zsh configuration did indeed help. Thank you!

fwalch commented on 2016-07-28 06:34 (UTC)

linduxed: Something is definitely broken here. LuaJIT should never try to load from /usr/lib/lua/5.3, it can only use Lua 5.1 modules. Try unsetting the LUA_CPATH environment variable (or setting it to /usr/lib/lua/5.1). In any case, I don't think your problem is related to this package or to Neovim.

linduxed commented on 2016-07-27 23:59 (UTC)

This is the output I get from that command (even after doing a `pacman -S lua51-lpeg`): $ luajit -e "require('lpeg')" luajit: error loading module 'lpeg' from file '/usr/lib/lua/5.3/lpeg.so': /usr/lib/lua/5.3/lpeg.so: undefined symbol: luaL_setfuncs stack traceback: [C]: at 0x00452850 [C]: in function 'require' (command line):1: in main chunk [C]: at 0x00404750

fwalch commented on 2016-07-27 21:20 (UTC)

linduxed: Hm, works for me.. do you get any error if you execute `luajit -e "require('lpeg')"`? If yes, there seems to be a problem with your Lua installation (maybe try reinstalling lua51-lpeg). If not, could you post your problem upstream at github.com/neovim/neovim? You can ping me with @fwalch.

linduxed commented on 2016-07-27 15:34 (UTC)

I'm currently getting this error when I build with `makepkg -C`: -- Checking Lua interpreter /usr/bin/luajit -- [/usr/bin/luajit] The 'lpeg' lua package is required for building Neovim -- Checking Lua interpreter /usr/bin/lua5.1 -- [/usr/bin/lua5.1] The 'lpeg' lua package is required for building Neovim -- Checking Lua interpreter /usr/bin/lua5.2 -- [/usr/bin/lua5.2] The 'lpeg' lua package is required for building Neovim -- Checking Lua interpreter /usr/bin/lua -- [/usr/bin/lua] The 'mpack' lua package is required for building Neovim CMake Error at CMakeLists.txt:392 (message): A suitable Lua interpreter was not found. `pacman -Qs lua` yields the following: https://gist.github.com/linduxed/6d30fba0d360b123ec4a0fbbd9807405

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.

fwalch commented on 2016-06-27 09:17 (UTC)

anaveragehuman: It was added to keep debug symbols to get backtraces on crashes/assertion failures.

<deleted-account> commented on 2016-06-24 20:02 (UTC)

Is there a specific reason as to why `options=(!strip)` is in the PKGBUILD? It seems to make the package 7 MB larger compared to neovim in the community repository.

nishantvarma commented on 2016-06-16 16:39 (UTC) (edited on 2016-06-16 16:39 (UTC) by nishantvarma)

I installed lua51-mpack and it worked. However I didn't see a standard error that usually shows up when a package is not there. Also shouldn't lua51-mpack be installed as it in arch repository? PS: I tried makepkg -C so that might be needed.

fwalch commented on 2016-05-30 19:52 (UTC)

blueyed: I can't reproduce; did you try makepkg -C? If the problem persists, can you open an issue on Github? I think that should be fixed upstream.