-
I'm trying to get nvim-dap-ui to lazy load when calling |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Feb 1, 2023
Replies: 1 comment 1 reply
-
Just set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
poperigby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just set
lazy=true
. lazy.nvim automatically loads plugins when requiring lua modules. Check the docs for more info