amix / vim-zenroom2

A Vim extension that emulates iA Writer environment when editing Markdown, reStructuredText or text files
254 stars 21 forks source link

NERDTree is showing when using vim-nerdtree-tabs #12

Closed ghost closed 7 years ago

ghost commented 8 years ago

I don't know exactly where to put this 'issue', as it could be a bug with nerdtree-tabs, goyo, or this plugin, but I'll just put it here so it's up for discussion.

Essentially what's happening is this:

NERDTree is showing

This happens when I use NERDTreeTabsOpen/NERDTreeTabsToggle. Using a regular NERDTreeOpen/NERDTreeToggle does not have this issue.

Currently I'm just fixing this by adding an autocommand that closes NERDTree whenever goyo is opened.