bootstrap-user: Call UpdateRemotePlugins for nvim after installing plugins

This commit is contained in:
Tobias Schmidl 2021-09-07 12:50:04 +00:00
parent e30ad9bc56
commit 8f1572f322

View file

@ -16,4 +16,4 @@ pip install --user -r https://gitlab.com/schtobia/bootstrap/raw/master/requireme
# vim related # vim related
npm install -g instant-markdown-d && \ npm install -g instant-markdown-d && \
nvim +PluginInstall +qall nvim +PluginInstall +UpdateRemotePlugins +qall