From 8f1572f322af7449520b3d6fe622e9e5dd4ae72a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 7 Sep 2021 12:50:04 +0000 Subject: [PATCH] bootstrap-user: Call UpdateRemotePlugins for nvim after installing plugins --- bootstrap-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-user.sh b/bootstrap-user.sh index f2fc00e..e342101 100755 --- a/bootstrap-user.sh +++ b/bootstrap-user.sh @@ -16,4 +16,4 @@ pip install --user -r https://gitlab.com/schtobia/bootstrap/raw/master/requireme # vim related npm install -g instant-markdown-d && \ - nvim +PluginInstall +qall + nvim +PluginInstall +UpdateRemotePlugins +qall