search

Home  >  Q&A  >  body text

How to make the corresponding plug-in also exit when vim exits?

The nerdtree plug-in will not close automatically. You must enter: q to close it.
If the syntastic plug-in prompts that there is a problem with the code syntax, the plug-in will not automatically close when exiting. You must enter: q to close.
How to set it up so that they can exit automatically.

淡淡烟草味淡淡烟草味2743 days ago744

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 16:38:47

    :qa  “退出全部窗口

    nerdtree has the option to set up automatic exit

    let NERDTreeQuitOnOpen=1

    reply
    0
  • 某草草

    某草草2017-05-16 16:38:47

    Use :x to exit

    reply
    0
  • Cancelreply