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

Dependencies (24)

Required by (430)

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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 40 Next › Last »

xiretza commented on 2022-04-21 06:49 (UTC)

See the corresponding commit on community/neovim for all the required hacks: https://github.com/archlinux/svntogit-community/commit/bcdcaa3593c89bc81abc1ae8e35ff766eaa9d3a0

Derson5 commented on 2022-04-17 14:42 (UTC) (edited on 2022-04-17 16:48 (UTC) by Derson5)

@fwalch There is libvterm01 now in community repo. Could you update PKGBUILD?

zappolowski commented on 2022-04-03 18:31 (UTC)

It's also possible to use the bundled version of libvterm 0.1.4:

build() {
  # build the bundled version of libvterm as neovim is not (yet) compatible with 0.2
  cmake -S"${pkgname}/third-party" \
        -Bdeps \
        -DUSE_BUNDLED=OFF \
        -DUSE_BUNDLED_LIBVTERM=ON \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo
  cmake --build deps

  cmake -S"${pkgname}" \
        -Bbuild \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        -DCMAKE_PREFIX_PATH=deps/usr \
        -DCMAKE_INSTALL_PREFIX=/usr
  cmake --build build
}

And libutf8proc is not required anymore.

fwalch commented on 2022-03-18 21:24 (UTC)

Thanks everyone, especially xiretza for creating the libvterm-0.1 package. Updated the deps to use it.

7thSon commented on 2022-03-17 09:09 (UTC)

@fwalch will you update the package according to the suggestion by @xiretza? The package fails to build for me as well now due to some vterm error.

xiretza commented on 2022-03-13 11:36 (UTC)

libvterm in the repos was updated to the 0.2 upstream release, while neovim is still on 0.1.4 - I pushed libvterm-0.1 as a separate AUR package, the depends should be changed to that.

Derson5 commented on 2022-03-13 11:33 (UTC)

If anyone want to build Neovim from git, using this package, need to don't update libvterm package. Today was update to libvterm 0.2 version, and Neovim does not support it. For this moment, support for libvterm 0.2 version is planned for 0.8 version, so many many months from this day.

fwalch commented on 2022-03-12 20:21 (UTC)

Fixed, thanks!

Derson5 commented on 2022-03-12 19:08 (UTC) (edited on 2022-03-12 19:21 (UTC) by Derson5)

@fwalch, @7thSon is right. In PKGBUILD, at the end there is 4, that shouldn't be (30 not 304).

7thSon commented on 2022-03-12 17:30 (UTC)

I think there might be a typo somewhere since yay show this package update information: aur/neovim-git 0.6.0.r1235.gab456bc30-1 -> 0.6.0.r1235.gab456bc304-1