jkhsjdhjs: Added, 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.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
- 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 (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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 41 Next › Last »
fwalch commented on 2019-10-26 16:52 (UTC)
jkhsjdhjs commented on 2019-10-25 13:51 (UTC)
Building this package also works on aarch64 without issues.
fwalch commented on 2019-09-30 09:09 (UTC)
eggze: Fixed, thanks.
eggze commented on 2019-09-28 20:21 (UTC)
It looks like merge of https://github.com/neovim/neovim/pull/10124 broke the build:
CMake Error at /usr/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Utf8proc (missing: UTF8PROC_LIBRARY UTF8PROC_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/FindUtf8proc.cmake:51 (find_package_handle_standard_args)
CMakeLists.txt:378 (find_package)
According to the PR description libutf8proc
should be added to the deps.
fwalch commented on 2019-09-24 18:09 (UTC)
E5ten: Done, thanks.
E5ten commented on 2019-09-20 03:09 (UTC)
The dependency on jemalloc should be removed https://github.com/neovim/neovim/pull/9526
fwalch commented on 2019-09-19 20:17 (UTC)
Changed the dependency back to "libvterm" as the Community package was updated a few days ago.
fwalch commented on 2019-09-13 20:50 (UTC)
Changed dependency to libvterm-bzr, thanks for the reports!
mystal commented on 2019-09-12 18:57 (UTC)
I'm also running into the same build problems that @dsifford is. Might need to depend on a libvterm-git package?
dsifford commented on 2019-09-11 21:25 (UTC)
Having some trouble building this now after commit 7bb858c39cac9b9af321fc90470c91d2e31ed96e
Looks to be related to libvterm
changing the interface of the VTermColor
struct.
Logs..
/home/dsifford/.cache/yay/neovim-git/src/neovim-git/src/nvim/terminal.c:572:52: error: ‘VTermColor’ {aka ‘struct <anonymous>’} has no member named ‘rgb’
572 | return RGB_(color.rgb.red, color.rgb.green, color.rgb.blue);
| ^
/home/dsifford/.cache/yay/neovim-git/src/neovim-git/src/nvim/terminal.c:601:31: error: ‘VTermColor’ {aka ‘struct <anonymous>’} has no member named ‘indexed’
601 | ? cell.fg.indexed.idx + 1 : 0);
| ^
/home/dsifford/.cache/yay/neovim-git/src/neovim-git/src/nvim/terminal.c:603:31: error: ‘VTermColor’ {aka ‘struct <anonymous>’} has no member named ‘indexed’
603 | ? cell.bg.indexed.idx + 1 : 0);
| ^
Anyone else having these problems as well?
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)