@fwaich: yes, it was a problem in my config in the end.
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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 40 Next › Last »
fmoralesc commented on 2014-09-18 15:21 (UTC)
fwalch commented on 2014-09-18 08:41 (UTC)
@fmoralesc: For me, `:echo $VIMRUNTIME` shows `/usr/share/nvim/runtime` without setting anything manually.
fmoralesc commented on 2014-09-18 04:09 (UTC)
neovim has reincorporated the runtime files, so vim-runtime is not needed anymore.
Also, I'm having an issue where $VIMRUNTIME doesn't point to the neovim runtime, but to `/usr/share/vim/vim74`, which is wrong (should be `/usr/share/nvim/`). I don't know if you know how to fix that in the package (I can set the variable in my .nvimrc, but that should be necessary).
fhahn commented on 2014-09-17 21:44 (UTC)
@fwalch: thanks for the hint, I've added a new lua-messagepack PKGBUILD and updated neovim's one.
fwalch commented on 2014-09-17 16:41 (UTC)
@fhahn: Neovim now uses lua-messagepack [1] instead of lua-cmsgpack (see [2]).
[1] https://fperrad.github.io/lua-MessagePack
[2] https://github.com/neovim/neovim/commit/ddecfb763b01d3d4073cf2c9a5a0035353687ce6
fhahn commented on 2014-09-13 21:54 (UTC)
Thanks @fwalch!
The PKGBUILD now uses the msgpack-git-neovim AUR package for msgpack.
fwalch commented on 2014-09-13 11:50 (UTC)
Created msgpack-git-neovim AUR package (provides msgpack) that follows the Neovim msgpack version (see https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt#L53).
moyamo commented on 2014-09-13 08:24 (UTC)
It seems like they are using a non-master branch of msgpack (i.e. poc/0.6). Neovim builds if you checkout poc/0.6 before building msgpack-git.
msgpack-git does not build, since it clones from github.com/msgpack/msgpack.git when it should clone from github.com/msgpack/msgpack-c.git
This patch should fix it, but it is only a temporary solution.
http://pastebin.com/GANzasC5
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)