That’s right — provide doesn’t mean replace, does it?
Anyway, there are lots of plugins depending on vim, so it’s required to have it installed just to use these plugins with neovim, which is a bit ridiculous.
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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 41 Next › Last »
Softwayer commented on 2015-03-27 16:45 (UTC)
moyamo commented on 2015-03-27 14:05 (UTC)
@Softwayer This package doesn't replace vim (in a packaging sense). It installs itself along side the vim distribution. It is quite possible to have both vim and neovim installed.
Softwayer commented on 2015-03-27 10:00 (UTC)
Why doesn’t it provide 'vim'?
fmoralesc commented on 2015-03-27 02:31 (UTC)
The build is failing for me with these errors: https://gist.github.com/fmoralesc/4e08a250c9c6e8174bdb
Any ideas?
fwalch commented on 2015-03-20 12:58 (UTC)
Updated the dependencies to new packages ("msgpack-c" is now in "community", changed "libtermkey-git-neovim" to "libtermkey-bzr"). I think first uninstalling "neovim-git" and "msgpack-git-neovim", then re-installing "neovim-git" will avoid conflicts.
dequis commented on 2015-03-19 06:23 (UTC)
FWIW i upgraded this package and got msgpack errors (error: ‘msgpack_object_union’ has no member named ‘f64’)
Had to manually upgrade msgpack-git-neovim, since i had an older version of that package which didn't have those symbols
hunterwerlla commented on 2015-03-10 19:58 (UTC)
If you are having an issue with no colors in neovim: https://github.com/neovim/neovim/issues/2019 .
TL;DR - set your TERM environment variable to "xterm-256color"
or run "TERM=xterm-256color nvim"
I hope this helps anyone else having similar problems.
Timothee commented on 2015-03-10 08:12 (UTC)
Hello fwalch, thanks for your works.
Can you add https protocol for clone repository in your PKGBUILD ?
It's for pass through in bad proxy and firewall...
Like this :
source=("$pkgname::git://github.com/neovim/neovim.git") ---> source=("$pkgname::git+https://github.com/neovim/neovim.git")
Thanks !
fwalch commented on 2015-02-28 17:28 (UTC)
Neovim currently uses a custom version of libvterm, which is packaged as libvterm-git-neovim. Adopted the package and added as dependency. Building the PKGBUILD should work now.
FYI, libvterm has been added as a dependency to Neovim as a preparation for builtin terminal emulation [1].
I think I'll replace the *-git-neovim dependencies with "proper" VCS dependencies (msgpack-c-git, libtermkey-bzr, libvterm-bzr) soon.
[1] https://github.com/neovim/neovim/pull/2076
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)