harshs08
harshs08

Reputation: 730

NERDTree Directory listing disappear after I open a file in mvim

I am having trouble configuring NERDTree plugin in mvim. Whenever I open a directory in mvim, NERDTree is getting loaded perfectly. But whenever I try to open a new file from NERDTree window, the file is opening in a new buffer and the NERDTree directory listing is disappearing.

Upvotes: 1

Views: 446

Answers (1)

svlasov
svlasov

Reputation: 10456

Add this to your .vimrc

let NERDTreeQuitOnOpen = 0

Upvotes: 1

Related Questions