Package Details: neovim-bundled-git 0.12.0.r2090.g6342fc7dc8-1

Git Clone URL: https://aur.archlinux.org/neovim-bundled-git.git (read-only, click to copy)
Package Base: neovim-bundled-git
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs (git + bundled)
Upstream URL: https://neovim.io
Licenses: custom:neovim
Conflicts: neovim, neovim-git
Provides: neovim, vim-plugin-runtime
Submitter: moreka
Maintainer: moreka
Last Packager: moreka
Votes: 0
Popularity: 0.000000
First Submitted: 2026-01-24 03:11 (UTC)
Last Updated: 2026-01-24 03:11 (UTC)

Dependencies (11)

Required by (468)

Sources (3)

Pinned Comments

moreka commented on 2026-01-24 03:16 (UTC) (edited on 2026-01-24 03:18 (UTC) by moreka)

I like all the stuff that only neovim uses to be bundled and built with it. I reduced some dependencies (like msgpack-c was not needed anymore).

The main reason I changed to bundled was getting error messages from lua treesitter queries; the queries in Neovim nightly needed a more recent parser than what is provided by arch's tree-sitter-lua.

Beware: the original neovim-git links /usr/lib/tree_sitter to /usr/lib/nvim/parsers, so that neovim can use system-installed parsers. With this AUR package, this is not done anymore, and you are responsible to put/link the parsers (.so files) in places that Neovim can find (somewhere in rtp).

Latest Comments

moreka commented on 2026-01-24 03:16 (UTC) (edited on 2026-01-24 03:18 (UTC) by moreka)

I like all the stuff that only neovim uses to be bundled and built with it. I reduced some dependencies (like msgpack-c was not needed anymore).

The main reason I changed to bundled was getting error messages from lua treesitter queries; the queries in Neovim nightly needed a more recent parser than what is provided by arch's tree-sitter-lua.

Beware: the original neovim-git links /usr/lib/tree_sitter to /usr/lib/nvim/parsers, so that neovim can use system-installed parsers. With this AUR package, this is not done anymore, and you are responsible to put/link the parsers (.so files) in places that Neovim can find (somewhere in rtp).