NERDTree not updating tree structure

runtimeZero

I have installed NERDTree plugin in my vim. What I noticed is that when I create files via command prompt .. the newly created file does not get reflected in the NERDTree display.

Is there a add-on I am missing here ?

Dhruva Sagar
  1. I would highly recommend to use NERDTree itself for file system manipulations, things like creating directories / files is done very easily from within NERDTree. Use the m within nerdtree to open the text based 'menu' for various operations you can perform on the file system.

  2. Even if you need to create files outside of vim, or maybe the files are generated etc, just hit r mapping within NERDTree to refresh the nerdtree and it'll show your created files / directories correctly.

  3. For quick help, hit ? within NERDTree buffer to have a look at it's API.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related