Search Criteria
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: | 2 |
Popularity: | 0.023476 |
First Submitted: | 2021-08-08 18:14 (UTC) |
Last Updated: | 2022-12-17 19:14 (UTC) |
Dependencies (11)
- fzf (fzf-git, skim-fzf-dropin)
- git (git-vfs, git-git, git-run-command-patch-git)
- lua
- neovim (nvim-with-restricted-mode, neovim-git, neovim-nightly-bin, neovim-nightly)
- neovim-remote
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen)
- python-pynvim (python-pynvim-git)
- tree-sitter (tree-sitter-git)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- ripgrep (ripgrep-git) (optional) – optional dependencies for telescope.nvim
Required by (1)
- neovide-lunarvim (optional)
Latest Comments
1 2 3 Next › Last »
REmorin commented on 2023-01-14 12:14 (UTC)
Hi, could you update the package regularly, as in chaotic-aur, please?
I'm using the one from chaotic-aur, but I can only leave comments about e.g. errors only here. And the version here being not up-to-date prevents me from commenting here.
pi314ever commented on 2022-12-21 03:27 (UTC)
I'm getting the same errors as @Tangdi along with the invalid
Tree-sitterquerylanguage
mentioned by @Xar. The current update doesn't seem to help this issue.I have neovim previously installed with some configs which I suspect might be the issue, will there be a fix anytime soon?
joshmackwilliams commented on 2022-12-20 15:07 (UTC)
The issue I mentioned below is resolved for me in the latest version (1.2.0.r57.gb661efb3-2). Thanks @cassius23!
Xar commented on 2022-12-18 21:51 (UTC)
You might try this, but definitely test it out:
There's an unrelated error with the
langs
entryTree-sitterquerylanguage
, which is invalid.Xar commented on 2022-12-18 20:57 (UTC) (edited on 2022-12-18 20:58 (UTC) by Xar)
No, it's still broken. There's a conflict between this and any pre-existing installations of nvim.
In
PKGBUILD
, thebuild()
script runs:That shouldn't be part of this package. It's not safe, because: - it will use the existing configs and data dirs - nvim-treesitter won't install them in the local location anyway
https://github.com/nvim-treesitter/nvim-treesitter/blob/ee095abeac5842943a94a27c0ca75c61e7c614a2/README.md?plain=1#L428
Later in
PKGBUILD
inpackage
, it does:This doesn't exist, hence the error.
Can't lunarvim do this on startup rather than in this script?
cassius23 commented on 2022-12-17 19:15 (UTC)
The package is following
master
branch so the version should be appropriate now.Tangdi commented on 2022-12-17 07:26 (UTC)
Hi, I try to install this package but always get this error:
I checked the PKGBUILD and the treesitter repo, there are no such .so files in the respective direcotory.
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 versionaur/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.
1 2 3 Next › Last »