You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw your script in tips and extras wiki page, it can auto update missing plugin and source $myvimrc after it. But it still have a buffer after that. So I decided to put the quit command to it.
" Run PlugInstall if there are missing plugins
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
\| PlugInstall --sync | q | source $myvimrc
\| endif
In the video, the script can auto install, and quit the buffer, but it didn't source myvimrc because the status line is disappear.
Explain the problem here ...
I saw your script in tips and extras wiki page, it can auto update missing plugin and source $myvimrc after it. But it still have a buffer after that. So I decided to put the quit command to it.
In the video, the script can auto install, and quit the buffer, but it didn't source myvimrc because the status line is disappear.
The text was updated successfully, but these errors were encountered: