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
1 2 3 4 Next › Last »
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:
REmorin commented on 2023-04-12 23:21 (UTC)
@cassius23 - please update the script, as it fails, because lunarvim no longer uses Packer.
Also, the treesitter source uses very old and outdated
0.5-compat
branch, so please switch it tomaster
.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?
1 2 3 4 Next › Last »