Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-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: 259
Popularity: 1.10
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2025-02-10 14:14 (UTC)

Required by (451)

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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 41 Next › Last »

fwalch commented on 2015-09-10 16:21 (UTC)

FYI: if you get "nvim: error while loading shared libraries: libjemalloc.so.1: cannot open shared object file: No such file or directory", this is because you updated jemalloc, and you have to rebuild Neovim to link against the updated version.

fwalch commented on 2015-08-26 10:31 (UTC)

Turns out it was actually the nvim invocation in the PKGBUILD's "check()" function that started causing problems. Updated the PKGBUILD; the flickering should now be gone and pacaur should again be able to install this package.

fwalch commented on 2015-08-24 09:58 (UTC)

@Spyhawk: Well, to be fair, you *can* install this package with plain makepkg -U, yaourt, aura, and packer (didn't test other helpers). So you could also argue that pacaur does something that "nobody" else is doing. But I'll see what I can do.

fwalch commented on 2015-08-18 15:37 (UTC)

@z33ky, NoniusSenior: Neovim is invoked during the installation to generate helptags for :help. Due to upstream changes, this now shows as a brief flickering of the terminal screen. FYI, installing this package currently doesn't work with the latest released version of pacaur. The problem is fixed in pacaur-git.

<deleted-account> commented on 2015-08-18 14:58 (UTC)

Hi, I wonder if I can get a minimal version of neovim-git? Just like vim-minimal which I previously used? Does neovim really need all theses dependencies like lua51, luajit, etc? I can remove them immediately as orphaned packages after installation of neovim. And libvterm-bzr? The description says: "Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator." I use st as my terminal so why would I need that? The build-requirements on the neovim git-page simply state for Arch Linux: base-devel cmake unzip. Wouldn't that be enough for a minimal installation of neovim? To be clear: I don't mean to rant here. I'm glad you package neovim for Arch so keep up the good work!

<deleted-account> commented on 2015-08-18 08:12 (UTC)

I had the same problem as @z33ky, gnome terminal went blank. I did not modify anything.

z33ky commented on 2015-08-13 15:28 (UTC)

My terminal went completely blank for a fraction of a second but returned to normal. It was also near the completion of the build. I have modified the PKGBUILD to use Ninja instead of GNU Make though.