bootstrap-user: Call UpdateRemotePlugins for nvim after installing plugins
This commit is contained in:
parent
e30ad9bc56
commit
8f1572f322
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue