diff options
| author | Anton Bobov <anton@bobov.name> | 2023-06-12 19:29:23 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-06-12 19:29:23 +0500 |
| commit | 6548e1164eb18592d8597c3d79fcebb2c834a441 (patch) | |
| tree | 2e15b724a6c1fe158bc0cc54d087b22d54a87861 | |
| parent | 2e7b21746fdbcacf4298999637b1d20a37e741b5 (diff) | |
install: Ignore vim plugin install errors
| -rw-r--r-- | install.conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index 7ffd01d..e849a4e 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -53,4 +53,4 @@ - shell: - [git submodule update --init --recursive, Installing submodules] - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] - - [vim -c 'PlugInstall' +qall, Installing vim plugins] + - [vim -c 'PlugInstall' +qall || true, Installing vim plugins] |
