Package Details: lunarvim-git 1.2.0.r57.gb661efb3-2

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: cassius23
Last Packager: cassius23
Votes: 3
Popularity: 0.74
First Submitted: 2021-08-08 18:14 (UTC)
Last Updated: 2023-04-21 06:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Omisviden commented on 2022-11-15 01:43 (UTC)

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.

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...