How to edit a directory in nerd-tree immediately? #2291
-
Supposing |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It sounds like you've encountered a bug. Please raise a Bug Report so that we may address this. The recommended approach is to disable netrw completely
|
Beta Was this translation helpful? Give feedback.
-
You might like to look at Wiki: Open At Startup for some nice recipes. |
Beta Was this translation helpful? Give feedback.
-
Continued in #2296 |
Beta Was this translation helpful? Give feedback.
It sounds like you've encountered a bug. Please raise a Bug Report so that we may address this.
The recommended approach is to disable netrw completely
:help nvim-tree.disable_netrw
, that is done on line 1 and 2 of the minimal config.disable_netrw
andhijack_netrw
have no effect when netrw is disabled. When netrw is enabled,hijack_netrw
will replace netrw buffers with nvim-tree.