How do I never open nvim-tree on startup? #2472
-
The wiki contains information about how to open nvim-tree on startup, but how do I tell nvim-tree to never open at startup? E.g. when I run "nvim ./some/folder" I don't want nvim-tree to open. Thanks for taking your time |
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Oct 15, 2023
Replies: 1 comment
-
Set that to false. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jakkan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:help nvim-tree.hijack_directories.enable
tells nvim-tree to open when a directory is opened.Set that to false.