now it works
Search Criteria
Package Details: lunarvim-git 1.4.0.r5.gaa51c20-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lunarvim-git.git (read-only, click to copy) |
|---|---|
| Package Base: | lunarvim-git |
| Description: | An IDE layer for Neovim with sane defaults |
| Upstream URL: | https://github.com/LunarVim/LunarVim |
| Keywords: | lunarvim neovim |
| Licenses: | GPL-3.0-only |
| Submitter: | edward-p |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 6 |
| Popularity: | 0.27 |
| First Submitted: | 2021-08-08 18:14 (UTC) |
| Last Updated: | 2026-01-16 09:24 (UTC) |
Dependencies (13)
- fzf (fzf-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- lua (pallene-luaAUR)
- neovim (nvim-with-restricted-modeAUR, neovim-nightlyAUR, neovim-laterAUR, neovim-bundled-gitAUR, neovim-nightly-binAUR, neovim-zig-gitAUR, neovim-gitAUR)
- neovim-remoteAUR
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- tree-sitter (tree-sitter-gitAUR)
- yarn (yarn-berryAUR, yarn-corepackAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- parallel (parallel-gitAUR) (make)
- tree-sitter-cli (tree-sitter-cli-github-binAUR, tree-sitter-cli-gitAUR) (make)
- lazygit (lazygit-gitAUR) (optional) – enables <leader>gg to launch lazygit for intergrated and enhanced Git experience while in lvim
- ripgrep (ripgrep-gitAUR) (optional) – optional dependencies for telescope.nvim
Required by (1)
- neovide-lunarvim (optional)
Sources (3)
wkj commented on 2026-01-16 10:14 (UTC)
wkj commented on 2026-01-16 06:50 (UTC)
Building failure on latest commit
==> Starting build()...
::: step 1
E5113: Error while calling lua chunk: /home/wkj/.cache/paru/clone/lunarvim-git/src/langs.lua:3: attempt to call field 'get_parser_configs' (a nil value)
stack traceback:
/home/wkj/.cache/paru/clone/lunarvim-git/src/langs.lua:3: in main chunk
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'lunarvim-git-1.4.0.r5.gaa51c20-2':
error: packages failed to build: lunarvim-git-1.4.0.r5.gaa51c20-2
kruzah commented on 2026-01-06 10:49 (UTC)
Currently fails to build in a clean chroot:
==> Starting build()...
::: step 1
E5113: Error while calling lua chunk: /build/lunarvim-git/src/langs.lua:3: attempt to call field 'get_parser_configs' (a nil value)
stack traceback:
/build/lunarvim-git/src/langs.lua:3: in main chunk
==> ERROR: A failure occurred in build().
aliu commented on 2025-12-03 03:17 (UTC)
@xiota After the update in November, /usr/bin/lvim has been replaced by a folder with the literal file "stdin".
Hanatomizu commented on 2025-01-31 13:37 (UTC)
Well, I must acknowledge that the process of rebuilding all nvim-treesitter plugins is indeed quite frustrating.
If you wish to avoid frequent rebuilds of this package, it is recommended to add it to the IgnorePkg list in /etc/pacman.conf.
Hanatomizu commented on 2025-01-17 15:50 (UTC) (edited on 2025-01-17 15:51 (UTC) by Hanatomizu)
@infernalbullfrog
That sounds interesting. I conducted some experiments on my computer, and the version of the built package is 1.4.0.r3.g85ccca97, instead of 1.4.0-3-g85ccca97.
I tried to use paru to reproduce the issue but it didn't rebuild the package unless nvim-treesitter had new commits. I think it is because paru checked nvim-treesitter for new commits that caused a rebuild on your computer, nvim-treesitter is being actively maintained, after all.
Please check if nvim-treesitter is updated when it rebuilds next time.
And if you run paru twice at a time, and this package is also updated, please send your log, thanks.
I really have no idea why it occurs.
infernalbullfrog commented on 2025-01-12 01:13 (UTC) (edited on 2025-01-12 01:14 (UTC) by infernalbullfrog)
@Hanatomizu I might know what's going on -- paru by default checks for an upstream commit for -git packages and rebuilds the package if there is. You can stop this by turning of the Devel option in paru.conf.
However, the fact that it keeps thinking there's a new commit is interesting. That suggests there's something about how paru assumes the current commit that differs from how the PKGBUILD is written. I do note that the commit tag for the current commit is 1.4.0-3-g85ccca97. Is paru comparing that against the PKGBUILD version number, which here is listed as 1.4.0.r3.g85ccca97?
Hanatomizu commented on 2024-12-22 01:06 (UTC)
@infernalbullfrog Sorry, but I can't reproduce this problem, maybe it's unique to paru and they have solved it.
infernalbullfrog commented on 2024-10-05 22:01 (UTC)
I've noticed that every time I check for system updates, my aur manager wants to update this package despite there not being any change to the repo. Is this behavior unique to paru? Is there a way to suppress it aside from using --ignore=lunarvim-git every time I paru -Syu?
Hanatomizu commented on 2024-09-16 05:22 (UTC)
@infernalbullfrog Thank you for your feedback. nvim-treesitter has updated the command of installing parsers, which directly caused the script to fail. I've fixed the script and it should work now. :)
Pinned Comments
Hanatomizu commented on 2025-01-31 13:37 (UTC)
Well, I must acknowledge that the process of rebuilding all nvim-treesitter plugins is indeed quite frustrating.
If you wish to avoid frequent rebuilds of this package, it is recommended to add it to the
IgnorePkglist in/etc/pacman.conf.