From 465d332b1a1f5dd1575216b2f2c71db7c67fe1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 18:48:03 +0200 Subject: [PATCH] Drop "--sync" from nvim plugin commands --- user.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.yml b/user.yml index 1a8c8fd..33e0f5c 100644 --- a/user.yml +++ b/user.yml @@ -315,7 +315,7 @@ failed_when: ycm_before_update.rc not in (0, 200) - name: install vim plugins - command: /usr/bin/nvim --headless +"PlugInstall --sync" +qall + command: /usr/bin/nvim --headless +PlugInstall +qall changed_when: false - name: install go binaries for vim @@ -323,7 +323,7 @@ changed_when: false - name: update vim plugins - command: /usr/bin/nvim --headless +"PlugUpdate --sync" +qall + command: /usr/bin/nvim --headless +PlugUpdate +qall changed_when: false - name: update go binaries for vim