Package Details: nvui 0.3.1-2

Git Clone URL: https://aur.archlinux.org/nvui.git (read-only, click to copy)
Package Base: nvui
Description: Modern frontend for Neovim
Upstream URL: https://github.com/rohit-px2/nvui
Licenses: MIT
Submitter: ouuan
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 1
Popularity: 0.000000
First Submitted: 2021-09-12 07:54 (UTC)
Last Updated: 2023-04-04 18:23 (UTC)

Latest Comments

alireza6677 commented on 2023-03-20 05:32 (UTC)

In order to fix the build error you must patch the CMakeLists.txt file and replace: find_package(msgpack CONFIG REQUIRED) with find_package(msgpackc-cxx CONFIG REQUIRED)

Avimitin commented on 2021-10-26 10:01 (UTC)

Try this package: https://aur.archlinux.org/packages/nvui-git/

ouuan commented on 2021-09-14 08:22 (UTC)

Unfortunately, this doesn't build with msgpack-c 4.0.0 and msgpack-cxx 4.0.2. Anyone is welcomed to fix it.