@ingvij: There's a problem with the `-i` part of `makepkg -si`, but it's due to an upstream bug (see also https://github.com/rmarquis/pacaur/issues/325#issuecomment-90671660). An upstream fix is in the works.
The lua problem sounds like a different matter.. can you report it at https://github.com/neovim/neovim/issues and post the full build output?
Search Criteria
Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-1
Package Actions
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: | 257 |
Popularity: | 1.22 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2024-09-04 00:24 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c
- tree-sitter (tree-sitter-gitAUR)
- tree-sitter-c (tree-sitter-c-gitAUR)
- tree-sitter-lua (tree-sitter-lua-gitAUR)
- tree-sitter-markdown (tree-sitter-markdown-gitAUR)
- tree-sitter-query
- tree-sitter-vim
- tree-sitter-vimdoc (tree-sitter-vimdoc-gitAUR)
- unibilium
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- python-pynvim (python-pynvim-gitAUR) (optional) – for Python plugin support (see :help python)
- tree-sitter-bash (tree-sitter-bash-gitAUR) (optional) – tree-sitter parser for bash
- tree-sitter-python (tree-sitter-python-gitAUR) (optional) – tree-sitter parser for python
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on wayland (see :help clipboard)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for clipboard support on X11 (or xsel) (see :help clipboard)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for clipboard support on X11 (or xclip) (see :help clipboard)
Required by (431)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- completion-nvim (requires neovim)
- cppman-git (requires neovim) (optional)
- deoplete (requires neovim) (optional)
- deoplete-git (requires neovim) (optional)
- eovim (requires neovim)
- fvim (requires neovim)
- fvim-bin (requires neovim)
- glrnvim (requires neovim)
- gnvim (requires neovim)
- gnvim-git (requires neovim)
- goneovim-bin (requires neovim)
- goneovim-git (requires neovim)
- gonvim (requires neovim)
- grg-git (requires neovim) (optional)
- hyprforest-installer-bin (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- Show 411 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 40 Next › Last »
fwalch commented on 2015-05-22 18:01 (UTC)
ingvij commented on 2015-05-22 17:46 (UTC)
Due to recent updates, I'm unable to build this package simply by `makepkg -si`.
I had to manually update `CMakeCache.txt` to point to `/usr/bin/lua5.1` in order to make it work.
fwalch commented on 2015-05-14 10:13 (UTC)
@critiq.jo: Installing the manpages will be handled upstream, see [1]. It shouldn't require any changes in the PKGBUILD.
[1] https://github.com/neovim/neovim/pull/2649
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
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)