Replies: 1 comment 4 replies
-
Put it in an |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say you have a file containing a setup for some basic options:
When exactly should you load this file so that lazy.nvim caches it?
This is roughly what I'm doing right now:
So I'm guessing that it's probably not getting cached.
Considering that some options have to be loaded early before lazy sets itself up, what would be the ideal loading order?
Beta Was this translation helpful? Give feedback.
All reactions