1. vim-license.txt has been moved to LICENSE
2. License has changed from custom:vim to Apache
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 .. 30 31 32 33 34 35 36 37 38 39 40 41 Next › Last »
<deleted-account> commented on 2014-06-27 09:44 (UTC)
z33ky commented on 2014-06-24 08:57 (UTC)
I managed to build it without bundled dependencies by using this patch: https://github.com/jszakmeister/neovim/commit/cb1f7d3
You also need to set the environment variable USE_BUNDLED_DEPS=OFF.
The bug is reported upstream, but it seems to be a low priority: https://github.com/neovim/neovim/issues/838
A lua-cmsgpack package is currently missing from the Arch repos though.
fhahn commented on 2014-05-18 16:17 (UTC)
The wiki page about PKGBUILDs [1] seems very clear about this: "Members of "base-devel" should not be included in makedepends arrays."
[1] https://wiki.archlinux.org/index.php/PKGBUILD#makedepends
aignas commented on 2014-05-17 22:14 (UTC)
libtool is needed for building, but it is absent for makedepends.
I remember that in wiki it is written to install base-devel group before building AUR packages, but I think that if this needs libtool for building, it should be there in makedepends.
fhahn commented on 2014-04-30 11:03 (UTC)
@lilydjwg: I don't think this is possible with the current neovim build system.
The current build script does not support using system dependencies, but fetches and builds them separately (https://github.com/neovim/neovim/tree/master/third-party).
I guess this approach is easier at the moment, because they rely on fairly recent version which is a problem for some distributions.
That said, I guess a patch for upstream should be doable for anybody with good CMAKE knowledge.
lilydjwg commented on 2014-04-30 03:20 (UTC)
I see it tries to download libuv and luajit sources when building. Is it possible to depend on the packages already installed instead of duplicating them?
petelewis commented on 2014-04-27 19:04 (UTC)
Excellent - working for me now. Thanks!
fhahn commented on 2014-04-27 18:13 (UTC)
Thanks @nNa, I've added unzip to the makedeps and removed luajit and luarocks.
KarboniteKream commented on 2014-04-27 15:55 (UTC)
Could you install 'unzip' and then try again?
The solution can be found here.
https://github.com/neovim/neovim/wiki/Installing#lua-packages
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)