What is the point of event = { 'BufReadPost', 'BufNewFile' }
?
#889
Unanswered
otakutyrant
asked this question in
Q&A
Replies: 1 comment
-
This mostly matters if you're using a dashboard plugin. Those plugins would only be loaded once you load an actual file, not on your dashboard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw some plugins, like nvim_treesitter, are lazy-loaded in these events. I checked the docs and it said:
Does it mean if plugins do not restrict the events as upper, then they will be executed on files come from
:read
or filter commands even?Beta Was this translation helpful? Give feedback.
All reactions