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.53
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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 40 Next › Last »

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?

fwalch commented on 2019-06-11 21:16 (UTC)

@dsifford @jbradaric Added a dependency on libluv, thanks!

dsifford commented on 2019-06-11 13:18 (UTC)

@jbradaric Awesome. That fixed it for me as well.

jbradaric commented on 2019-06-11 08:53 (UTC)

dsifford: I get the same error, it seems that neovim now depends on libluv. I've added an AUR package for it, after installing the package the build passes and neovim works.

dsifford commented on 2019-06-10 21:16 (UTC) (edited on 2019-06-10 21:16 (UTC) by dsifford)

Is anyone else getting CMAKE build errors today (2019/06/10)?

This package no longer compiles for me.

LIBLUV_INCLUDE_DIR (ADVANCED)
   used as include directory in directory [....] (repeated dozens of times)

LIBLUV_LIBRARY (ADVANCED)
    linked by target "libnvim" in directory [...]
    linked by target "nvim-test" in directory [...]
    linked by target "nvim" in directory [...]