@petelewis:
I was able to build neovim without luarocks.
And as far as I know, with the recent change in PKGBUILD, luarocks is downloaded and compiled automatically, so there should be no need for a separate makedepend.
Search Criteria
Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-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: | 257 |
Popularity: | 1.25 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2024-09-04 00:24 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c
- 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-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 (431)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- completion-nvim (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)
- gonvim (requires neovim)
- grg-git (requires neovim) (optional)
- hyprforest-installer-bin (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- Show 411 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 Next › Last »
KarboniteKream commented on 2014-04-27 12:00 (UTC)
petelewis commented on 2014-04-27 09:35 (UTC)
Great, thanks!
fhahn commented on 2014-04-27 09:23 (UTC)
I've updated the PKBUILD, thanks for your feedback dtzWill & petelewis
petelewis commented on 2014-04-27 09:03 (UTC)
It also seems that once installed, it expects to find things in /usr/local rather than /usr. E.g.
"syntax on" in .nvimrc gives me this:
E484: Can't open file /usr/local/share/vim/syntax/syntax.vim
Is there a build-time flag which should be set to make nvim look in /usr instead?
petelewis commented on 2014-04-27 09:00 (UTC)
I had to add luarocks as a dep (possibly just a makedep?) to build this. Thanks.
dtzWill commented on 2014-04-22 17:14 (UTC)
This package fails to build when 'ninja' is installed on the system.
'make cmake' generates ninja build files if possible, which causes
the later attempt to 'cd build' and 'make' to fail since
no Makefiles were generated.
Easiest solution is to simply remove 'cd build' from the PKGBUILD entirely,
as 'make' in the root directory defaults to invoking the proper build tool on the build directory.
Alternatively you could choose to specify the build tool if desired, but that seems more fragile.
philpirj commented on 2014-04-21 12:50 (UTC)
Any idea what's wrong with yanking to/pasting from X clipboard?
I have autocutsel installed, and this works perfectly fine with mainline vim:
set clipboard=unnamedplus
But not for neovim.
From :help clipboard-unnamedplus
{only in GUI versions or when the +xterm_clipboard
Cannot find xterm_clipboard anywhere in neovim's source.
KarboniteKream commented on 2014-04-15 21:54 (UTC)
I successfully built neovim with system libraries, but it's probably better to fetch them at build, since lua-cmsgpack isn't available on AUR without installing luarocks.
KarboniteKream commented on 2014-04-15 21:52 (UTC)
I got the same issue, but I wasn't able to reproduce it later. I've submitted a pull request on GitHub to fix this.
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)