Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: installing extras on the first run breaks things #1692

Closed
3 tasks done
jaredmcqueen opened this issue Oct 13, 2023 · 0 comments · Fixed by #1694
Closed
3 tasks done

bug: installing extras on the first run breaks things #1692

jaredmcqueen opened this issue Oct 13, 2023 · 0 comments · Fixed by #1694
Labels
bug Something isn't working

Comments

@jaredmcqueen
Copy link

jaredmcqueen commented Oct 13, 2023

Did you check docs and existing issues?

  • I have read all the LazyVim docs
  • I have searched the existing issues of LazyVim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.10.0-dev-542+g19eef8156-Homebrew

Operating system/version

macOS 14.0

Describe the bug

Now that 10.0 is out, removed all cache, state, .config/nvim, etc. to start from a clean slate.

I git cloned, and wanted to use the new Extras feature to install the extras. I added a few and none of them work. When restarting I see errors.

Adding a few extras with the x key:
image

restarting neovim shows me:
image

lazyvim.json looks like this:
image

It seems that if you install from a clean slate, run neovim once, quit, and re-open - your lazyvim.json gets upgraded to version 1, which then allows you to correctly install extras.

Steps To Reproduce

clone lazyvim
run neovim and install any extras
restart neovim
observe all the errors

Expected Behavior

install extras on the first run without the need to restart (upgrading lazyvim.json to version 1)

@jaredmcqueen jaredmcqueen added the bug Something isn't working label Oct 13, 2023
@folke folke closed this as completed in 01dbd07 Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant