@fwalch: Yep, it's resolved. Thanks
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.72 |
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-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 (446)
- 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 426 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 40 Next › Last »
ingvij commented on 2015-05-27 18:13 (UTC)
fwalch commented on 2015-05-27 14:55 (UTC)
The issue with `makepkg -i` should be resolved now. There's still a problem when installing with pacaur [1].
[1] https://github.com/rmarquis/pacaur/issues/325
fwalch commented on 2015-05-22 18:01 (UTC)
@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?
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?
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)