Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created May 11, 2022 05:29
Show Gist options
  • Select an option

  • Save goddoe/18442df2dc8a388b41f7756c9398919e to your computer and use it in GitHub Desktop.

Select an option

Save goddoe/18442df2dc8a388b41f7756c9398919e to your computer and use it in GitHub Desktop.
fix nerd tree not opening dir bug.txt
Reference: https://stackoverflow.com/questions/8753286/nerd-tree-enter-does-not-open-sub-dirs
Putting this in my .vimrc solved the problem: let g:NERDTreeDirArrows=0
The creator gave me the fix: https://github.com/scrooloose/nerdtree/issues/108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment