This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
nerdtree-tabs seems to break VimLeave in neovim #76
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I use the following
init.vim
And open a file, focus on the file pane (as opposed to the NERDTree pane) and do
:q
then/tmp/vimleave
is never created. If I do:qa
instead then it is created. Also, if I simply comment out thePlug 'jistr/vim-nerdtree-tabs'
line it will also be created no matter how I close vim. So it seems the nerdtree-tabs suppresses VimLeave in some weird way. Let me know if there's anything else you need to help debug this, thanks!The text was updated successfully, but these errors were encountered: