diff --git a/meta/configs/vim.yaml b/meta/configs/vim.yaml index cf0651d..258b2d9 100644 --- a/meta/configs/vim.yaml +++ b/meta/configs/vim.yaml @@ -5,3 +5,10 @@ ~/.vimrc: path: vim/vimrc relink: true + +- shell: + - 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