Search Criteria
Package Details: lunarvim-git 1.4.0.r3.g85ccca97-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. Completely free and community driven. |
Upstream URL: | https://github.com/LunarVim/LunarVim |
Keywords: | lunarvim neovim |
Licenses: | GPL3 |
Submitter: | edward-p |
Maintainer: | Hanatomizu |
Last Packager: | Hanatomizu |
Votes: | 6 |
Popularity: | 0.32 |
First Submitted: | 2021-08-08 18:14 (UTC) |
Last Updated: | 2024-09-16 05:04 (UTC) |
Dependencies (13)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR, skim-symlinksAUR)
- git (git-gitAUR, git-glAUR)
- lua
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-gitAUR, neovim-nightlyAUR)
- neovim-remoteAUR
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- python-pynvim (python-pynvim-gitAUR)
- tree-sitter (tree-sitter-gitAUR)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR)
- git (git-gitAUR, git-glAUR) (make)
- tree-sitter-cli (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)
Latest Comments
1 2 3 4 Next › Last »
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. :)
infernalbullfrog commented on 2024-09-13 19:56 (UTC)
Build has failed since I first installed this:
Hanatomizu commented on 2024-08-03 09:34 (UTC)
@grdgkjrpdihe Thank you! Now it should be fixed.
grdgkjrpdihe commented on 2024-07-31 13:44 (UTC)
this should be applied as well
grdgkjrpdihe commented on 2024-07-31 11:51 (UTC) (edited on 2024-07-31 13:48 (UTC) by grdgkjrpdihe)
as https://github.com/LunarVim/LunarVim/blob/38216e6701a63e403e735896b558d6cbb1d0c1ed/lua/lvim/core/treesitter.lua#L9 ,
markdown_inline
should be add tolangs
(i change
TSUpdateSync ${lang}
toTSInstallSync all
and move it out of loop to build all languages as possible)tree-sitter-cli
should moved to make deps since it only been used atGenerating source files from grammar.js
while buildinggrdgkjrpdihe commented on 2024-01-17 15:32 (UTC)
lvim is using lazy now. path of treesitter should become:
1 2 3 4 Next › Last »