Open nvim on VimEnter #2215
Unanswered
reyniersbram
asked this question in
Q&A
Replies: 1 comment
-
Some avenues of investigation: Add a Ensure you're not using any lazy loading plugin startup that may interfere with your autocommands. Ensure netrw is disabled, see Disable directory hijacking which may interefere with your startup, see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added this code (the current window variant) to my nvim-tree config to open nvim-tree when I open a directory in NeoVim, but it doesn't seem to do anything. Yes, I also put this line below:
but when I comment it out, I get the exact same behaviour.
I tinkered with the if-test a little bit, but I'm unable to grow any wiser from it.
Can someone explain to me what exactly is happening in this snippet of code?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions