Need to install vim plugins with command line

This commit is contained in:
Jeff Lance 2020-08-10 12:45:23 +02:00
parent 276be9e2dd
commit 13be8cdb04

View File

@ -5,3 +5,10 @@
~/.vimrc: ~/.vimrc:
path: vim/vimrc path: vim/vimrc
relink: true 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