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.
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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 41 Next › Last »
fwalch commented on 2015-09-10 16:21 (UTC)
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.
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)