Replies: 1 comment
-
It loads You can check this compiled configuration file. Line 15 in 6afb674 You can see that vim.cmd [[au WinNew * ++once lua require("packer.load")({'bufresize.nvim'}, { event = "WinNew *" }, _G.packer_plugins)]] |
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
-
Say I set up a lazy loading using
event
my question: does the
cool_plugin
loaded only once whenmy_event
fired, or, does thecool_plugin
loaded every time whenmy_event
fired?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions