liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.85k stars 255 forks source link

Remove installation screen clutter #493

Closed rene-descartes2021 closed 2 years ago

rene-descartes2021 commented 2 years ago

Using AsyncRun to install things in vim-plug :PlugInstall post-update hooks will prevent the screen from messing up and being left unreadable.

This fixes one instance of the problem in the lsp layer.

liuchengxu commented 2 years ago

Merged, thank you!