Replies: 3 comments 1 reply
-
Hello @meijieru, To my knowledge, the event itself cannot be delayed because its a That said, I think the speed of any type of lazy loading is mostly affected by the configuration of the user. For example, interpreting the output you provided: For For inspiration, you could have a look at the following modules in LazyVim:
|
Beta Was this translation helpful? Give feedback.
-
Hello @abeldekat, I appreciate your guidance. This approach is commendable. Introducing an extra parameter like |
Beta Was this translation helpful? Give feedback.
-
Interesting! Is that constraint a personal one? For example, having I would reason it's similar to configuring multiple lsp's with I develop python myself, but I only use the |
Beta Was this translation helpful? Give feedback.
-
Currently, the filetype-based lazy loading slows up the start when directly opening a file.
Is it possible to delay the file type event until after the
VeryLazy
stage?Beta Was this translation helpful? Give feedback.
All reactions