Package Details: neovide-git 0.11.2.r18.g5743356-1

Git Clone URL: https://aur.archlinux.org/neovide-git.git (read-only, click to copy)
Package Base: neovide-git
Description: No Nonsense Neovim Client in Rust
Upstream URL: https://github.com/neovide/neovide
Licenses: MIT
Conflicts: neovide
Provides: neovide
Submitter: peeweep
Maintainer: alerque
Last Packager: alerque
Votes: 23
Popularity: 0.000176
First Submitted: 2020-01-27 08:47 (UTC)
Last Updated: 2024-03-28 00:40 (UTC)

Pinned Comments

peeweep commented on 2022-08-15 03:29 (UTC) (edited on 2022-08-15 03:29 (UTC) by peeweep)

If you encounter compilation errors, it may be caused by the rust version, please try to use devtools: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot.

The latest version build status can refer to: https://build.archlinuxcn.org/packages/#/neovide-git

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

peeweep commented on 2021-06-22 05:59 (UTC) (edited on 2021-06-22 06:00 (UTC) by peeweep)

@jeanlucthumm I highly recommend that use devtools to compile the package to avoid this problem. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

jeanlucthumm commented on 2021-06-21 22:24 (UTC)

@peeweep I got a similar error as @zsolt-donca. The error happens when you are using the nightly toolchain for Rust instead of the stable one. A workaround is to switch back temporarily for install:

rustup default stable

peeweep commented on 2021-06-15 01:59 (UTC)

@zsolt-donca Not reproduced, it looks like this problem has been fixed

zayatura commented on 2021-06-14 10:47 (UTC)

Build fails for me with the following:

==> Updated version: neovide-git 0.7.0.r29.g8168023-1
==> Starting build()...
error: failed to parse manifest at `/home/zdonca/work/aur/neovide-git/src/neovide-git/Cargo.toml`

Caused by:
  feature `resolver` is required

  this Cargo does not support nightly features, but if you
  switch to nightly channel you can add
  `cargo-features = ["resolver"]` to enable this feature
==> ERROR: A failure occurred in build().
    Aborting...

nghialm commented on 2021-06-08 02:34 (UTC)

it works fine after I explicitly set guifont in init.vim

nghialm commented on 2021-06-08 02:29 (UTC)

@peeweep: without noto-fonts, I got error: thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0' , /home/nghialm/.cache/paru/clone/neovide-git/src/neovide-git/CARGO/git/checkout s/skribo-3c422fce25a33836/a35c876/src/collection.rs:130:32

It's the same issue as https://github.com/Kethku/neovide/issues/213

peeweep commented on 2021-03-27 07:54 (UTC)

@lmartinez-mirror I also think that noto-fonts should not become a dependency. @j4qfrost What do you think?

lmartinez-mirror commented on 2021-03-26 18:16 (UTC)

Is there a reason why the neovide packages depend on noto-fonts?

j4qfrost commented on 2020-06-15 20:26 (UTC) (edited on 2020-06-15 20:29 (UTC) by j4qfrost)

@peeweep I can take over package management.

ptolemy753 commented on 2020-06-08 18:50 (UTC) (edited on 2020-06-09 03:49 (UTC) by ptolemy753)

There is an issue with the static linking when building. I was able to get it to build by adding sed -i 's/, features = \[\"bundled", "static-link"\] / /g' Cargo.toml to prepare() in the PKGBUILD. I am also interested in maintaining this package.