Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-1

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: 256
Popularity: 1.47
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-09-04 00:24 (UTC)

Required by (433)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 40 Next › Last »

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

jeffutter commented on 2015-02-28 14:33 (UTC)

I have been rebuilding this almost daily. Today I am getting the following error: CMake Error at /usr/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find LibVterm (missing: LIBVTERM_LIBRARY LIBVTERM_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE) cmake/FindLibVterm.cmake:45 (find_package_handle_standard_args) CMakeLists.txt:199 (find_package) I have tried installing the libvterm package from the aur. Any other ideas?

fkoehler commented on 2015-02-20 16:06 (UTC)

The normal libtermkey version from the aur works fine for me.

fwalch commented on 2015-02-17 09:37 (UTC)

It's libtermkey, not unibilium, that Neovim currently requires a special version of. If you install "libtermkey-git-neovim" (depends on "unibilium" AUR package) from AUR, you can continue to use this PKGBUILD. @fhahn: new depends: "unibilium" (as Neovim uses unibilium directly [1] as well, not only through libtermkey), "libtermkey-git-neovim" (hopefully a new libtermkey release will obsolete this package soon). "ncurses" is not a dependency anymore. The dependency on Perl can probably be removed as well, I think (only required for some scripts in /usr/share/nvim/runtime/tools, but not for Neovim itself). [1] https://github.com/neovim/neovim/blob/9a2dd7c4987679106fba24fb7702a11aba6b6ccf/src/nvim/tui/tui.c#L6

fmoralesc commented on 2015-02-17 03:26 (UTC)

If anyone needs to install nvim, here's a working PKGBUILD (it won't use system installed libraries): https://gist.github.com/fmoralesc/59b66a0d0ba4b0ed470f