Can I disable netrw loading in setup or config functions? #1958
-
Background:
|
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Feb 1, 2023
Replies: 1 comment 1 reply
-
It's best to disable it before anything starts: those globals prevent the netrw plugin from loading, not from starting. First line of your init.lua is the best place. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's best to disable it before anything starts: those globals prevent the netrw plugin from loading, not from starting.
First line of your init.lua is the best place.