Replies: 1 comment
-
dependencies are always loaded when the parent plugin loads, so you should move those out. lsp-zero can be lazy-loaded on |
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
-
As
folke/lazy.nvim
is rather new, andVonHeikemen/lsp-zero.nvim
is relatively new and maybe not that widely used asjose-elias-alvarez/null-ls.nvim
is, I haven’t found any examples for configuring LSP Zero through lazy.nvim in any meaningful way, i.e. making use of the advantages that lazy.nvim brings with it.My current
plugin/lsp-zero.lua
file, which is loaded viarequire("lazy").setup("config.plugin", { … })
, looks as follows:The output of
:Lazy
looks as follows:There‘s probably quite some things to improve here; maybe anyone might be willing to share their experiencens and/or advice. Looking forward to learning more about the concept and implementation of lazy-loading.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions