Is there something to do to make lua libs available to LuaJIT?
Search Criteria
Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-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: | 259 |
Popularity: | 1.10 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2025-02-10 14:14 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c (msgpack-c-gitAUR)
- 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-vim-gitAUR)
- 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
- Show 4 more dependencies...
Required by (451)
- autoricer-bin (requires neovim) (optional)
- candyvim-git (requires neovim)
- cmp-buffer (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)
- grg-git (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- neoray-git (requires neovim)
- neovide-git (requires neovim)
- Show 431 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 41 Next › Last »
cgirard commented on 2015-05-05 09:32 (UTC)
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.
herrecito commented on 2015-04-14 18:32 (UTC)
So neovim now uses by default jemalloc, but the build fails even if jemalloc is installed:
/tmp/yaourt-tmp-ruben/aur-neovim-git/src/neovim-git/src/nvim/memory.c:60: undefined reference to `je_malloc'
[...]
akuntsch commented on 2015-04-07 18:00 (UTC)
@fwalch: There's another issue with makepkg -sfi not working. Might be a problem with the PKGBUILD. See https://github.com/rmarquis/pacaur/issues/325.
akuntsch commented on 2015-04-07 17:19 (UTC)
I opened an issue on the pacaur github (https://github.com/rmarquis/pacaur/issues/325).
Seems to be a pacaur bug.
fwalch commented on 2015-04-07 15:09 (UTC)
@akuntsch: Not sure.. pacaur seems to do something in a different way than packer, triggering this bug. Still, it might be a problem of Neovim. There are some problems (segfaults) with generating helptags on other distros [1].
[1] https://github.com/neovim/neovim/issues/2364
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)