Skip to content
Discussion options

You must be logged in to vote

Because the order of your imports are wrong.

If you don't fully understand lazy, you really really really should just use LazyExtras.
It's the preferred method, since that will ensure the correct order of all imports and manage order of interdependencies between extras.

Either way, to fix it in your case:

  • LazyVim should always be imported first
  • Then all the extras. But here order matters as well, so if you don't use LazyExtras, you're on your own.
  • Finally you import your personal plugins

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@higoswami
Comment options

@folke
Comment options

folke Feb 5, 2025
Maintainer

@higoswami
Comment options

@folke
Comment options

folke Feb 5, 2025
Maintainer

Answer selected by higoswami
@higoswami
Comment options

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