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.000108
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

peeweep commented on 2020-05-23 06:53 (UTC)

I am no longer using neovide, so if anyone is interesting in this package, mailme or comment to say that, i will add you to co-matainer.

obreitwi commented on 2020-04-03 16:18 (UTC)

Currently building fails with:

error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely
   --> src/bridge/mod.rs:199:17
    |
199 |         runtime.spawn(async move {
    |                 ^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely

acheronfail commented on 2020-03-16 22:15 (UTC)

Hey @peeweep, I've just merged a PR on neovide adding a desktop package: https://github.com/Kethku/neovide/pull/188

Any chance you can update the PKGBUILD to add in the desktop file? Thanks. :)