From 69590cb883aa17e324e308c10101a35da5226a63 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Aug 2018 11:47:41 +0200 Subject: [PATCH] Make shell script fault tolerant --- meta/configs/vim.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/configs/vim.yaml b/meta/configs/vim.yaml index 1891149..bb60e57 100644 --- a/meta/configs/vim.yaml +++ b/meta/configs/vim.yaml @@ -1,7 +1,8 @@ - link: - ~/.vim: editors/vim - ~/.vimrc: editors/vim/vimrc + ~/.vim: editors/vim + ~/.vimrc: editors/vim/vimrc + ~/.config/nvim: editors/vim - shell: - - [vim -c 'PluginInstall' +qall, Installing vim plugins] + - [vim -c 'PlugInstall' +qall || true, Installing vim plugins] # vim: set filetype=yaml ts=4 sw=4 tw=0 et :