From b5f1a4628867ffae3efb20ca01a8df53ab250636 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 19 Feb 2021 13:14:25 +0100 Subject: [PATCH] update vim task --- meta/tasks/vim.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/tasks/vim.yaml b/meta/tasks/vim.yaml index 52b56dc..f54feea 100644 --- a/meta/tasks/vim.yaml +++ b/meta/tasks/vim.yaml @@ -1,14 +1,14 @@ - link: - ~/.vim: + ${HOME}/.vim/: path: conf.d/vim/vim relink: true - ~/.vimrc: + ${HOME}/.vimrc: path: conf.d/vim/vimrc relink: true - shell: - - command: '/bin/bash -c "$(which vim) -es -u $HOME/.vimrc -i NONE -c PlugInstall -c qa || true"' + - command: '/bin/bash -c "$(which vim) -es -u ${HOME}/.vimrc -i NONE -c PlugInstall -c qa || true"' stdout: true stdin: true stderre: true - description: Installing vim plugins + description: Installing Vim plugins