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).
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-cwas 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-gitlinks/usr/lib/tree_sitterto/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 (.sofiles) in places that Neovim can find (somewhere inrtp).