Dependency of lazy-loaded plugin, init still executed? #872
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nathanielevan
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this snippet below in my neovim config, and I noticed that the init function of LuaSnip here appears to be executed on neovim's startup -- I was expecting it to be run after InsertEnter along with the other dependencies and nvim-cmp itself. Is this the intended behaviour?
Beta Was this translation helpful? Give feedback.
All reactions