Skip to content

Installing lunarvim fails today; same command worked recently #3707

Answered by brneor
dstromberg asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like there's some mixing in your install command: you're setting LV_BRANCH to a release branch and then using the script from master (which does not use packer anymore since yesterday). The correct install command should be

LV_BRANCH='release-1.2/neovim-0.8' bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/fc6873809934917b470bff1b072171879899a36b/utils/installer/install.sh)

according to the docs.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dstromberg
Comment options

@brneor
Comment options

@alfaruqii
Comment options

Answer selected by LostNeophyte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants