Should after/plugin scripts be finishing before plugins are finished loading? #1227
Unanswered
jesseleite
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
So normally, scripts in
after/plugin
run after stuff ininit.lua
, which makes sense because 'after'...However when I
require('lazy').setup()
and print right after...And then print from with an
after/plugin
script, I get this...Does lazy.nvim async cause scripts in
after
to run BEFORE plugins are loaded?Is this intentional?
Thank you in advance! Still learning here! ❤️
Beta Was this translation helpful? Give feedback.
All reactions