I have the exact same problem as @joshmackwilliams using yay 11.3.0. Versions are 0.5.1.r842.g7d570462-1 -> 1.1.4.r1.g47e4e5b8-1
.
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.063885 |
First Submitted: | 2021-08-08 18:14 (UTC) |
Last Updated: | 2024-09-16 05:04 (UTC) |
Dependencies (13)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR)
- git (git-gitAUR, git-glAUR)
- lua
- neovim (nvim-with-restricted-modeAUR, neovim-nightlyAUR, neovim-gitAUR, neovim-nightly-binAUR)
- neovim-remoteAUR
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod)
- python-pynvim (python-pynvim-gitAUR)
- tree-sitter (tree-sitter-gitAUR)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR)
- 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)
Sources (5)
Omisviden commented on 2022-11-15 01:43 (UTC)
joshmackwilliams commented on 2022-11-13 21:38 (UTC)
Every time I run yay
, I see the following update available: aur/lunarvim-git 0.5.1.r842.g7d570462-1 -> 1.1.4.r1.g47e4e5b8-1
However, when running the update, I see warning: lunarvim-git-0.5.1.r842.g7d570462-1 is up to date -- reinstalling
. Afterwards, I'm left with version aur/lunarvim-git 0.5.1.r842.g7d570462-1
still installed. Next time I try to update, I always see the same update, with the same result.
Anyone else having this problem, or know of a fix? It's not making the package unusable or anything, just annoying.
JackofSpades707 commented on 2022-10-30 20:35 (UTC)
Just a heads up: The devs are dropping the rolling branch & the master branch will be the new rolling branch.
cassius23 commented on 2022-09-21 10:59 (UTC)
@derkaczda @DiliessSweets at the end of the installation process there is an info from this file to run /usr/share/lunarvim/init-lvim.sh
to initialize the lunarvim for current user.
DiliessSweets commented on 2022-09-14 21:17 (UTC)
@derkaczda, I had the same.
derkaczda commented on 2022-09-01 08:50 (UTC) (edited on 2022-09-01 08:51 (UTC) by derkaczda)
I installed the package today and on startup I just opens neovim with the error message, that $HOME/.local/share/lunarvim/lvim/init.lua
cannot be read, which is true because the package is located by default in /usr/bin/lua
and /usr/share/lunarvim
. Someone experienced similar problems?
cassius23 commented on 2022-08-25 11:31 (UTC)
Fixed problems with colors
being absent, snapshots
being excluded.
I might work on updating the nvim-treesitter and build with the lvim install scripts.
prometheus commented on 2022-06-05 16:17 (UTC) (edited on 2022-06-05 16:17 (UTC) by prometheus)
In the PKGBUILD file, changing this line
cp -r {colors,ftdetect,lua,init.lua} "${pkgdir}/usr/share/lunarvim"
to this
cp -r {ftdetect,lua,init.lua} "${pkgdir}/usr/share/lunarvim"
resulted in successful installation albiet with couple warnings:
==> Starting build()...
Error detected while processing command line:
E5108: Error executing lua ...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:348: Parser not available for language perl
stack traceback:
[C]: in function 'get_parser_install_info'
...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:348: in function 'install_lang'
...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:397: in function <...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:360>
...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:416: in function 'run'
[string ":lua"]:1: in main chunkError detected while processing command line:
E5108: Error executing lua ...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:348: Parser not available for language Tree-sitterquerylanguage
stack traceback:
[C]: in function 'get_parser_install_info'
...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:348: in function 'install_lang'
...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:397: in function <...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:360>
...-git/src/nvim-treesitter/lua/nvim-treesitter/install.lua:416: in function 'run'
[string ":lua"]:1: in main chunk
prometheus commented on 2022-05-30 12:56 (UTC)
I still have the same issue as @PotHix:
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat 'colors': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
-> error making: lunarvim-git
PotHix commented on 2022-03-22 13:05 (UTC)
Not working for me. It seems some directory or file is not being created:
Treesitter parser for zig has been installed==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat 'colors': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
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
IgnorePkg
list in/etc/pacman.conf
.