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: | 1.20 |
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-nightly-binAUR, neovim-nightlyAUR, neovim-gitAUR)
- neovim-remoteAUR
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- 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
« First ‹ Previous 1 2 3 4 Next › Last »
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.
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.« First ‹ Previous 1 2 3 4 Next › Last »