Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork634
perf(commands): defer module loading#3210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Iuse my custom, simple Lua module lazyloader. In that way nvim-tree isn't setup and no module is loaded before calling function defined in keymap. It has a drawback: Rarely, but still, I would like to start using nvim-tree with such command. I know that direct call to That |
No description provided.