update vim task
This commit is contained in:
parent
c77fce0b5e
commit
b5f1a46288
@ -1,14 +1,14 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.vim:
|
${HOME}/.vim/:
|
||||||
path: conf.d/vim/vim
|
path: conf.d/vim/vim
|
||||||
relink: true
|
relink: true
|
||||||
~/.vimrc:
|
${HOME}/.vimrc:
|
||||||
path: conf.d/vim/vimrc
|
path: conf.d/vim/vimrc
|
||||||
relink: true
|
relink: true
|
||||||
|
|
||||||
- shell:
|
- 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
|
stdout: true
|
||||||
stdin: true
|
stdin: true
|
||||||
stderre: true
|
stderre: true
|
||||||
description: Installing vim plugins
|
description: Installing Vim plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user