2018-06-27 14:33:18 +00:00
|
|
|
- link:
|
2020-08-09 15:49:59 +00:00
|
|
|
~/.vim:
|
2021-01-27 20:40:04 +00:00
|
|
|
path: conf.d/vim/vim
|
2020-08-09 15:49:59 +00:00
|
|
|
relink: true
|
|
|
|
~/.vimrc:
|
2021-01-27 20:40:04 +00:00
|
|
|
path: conf.d/vim/vimrc
|
2020-08-09 15:49:59 +00:00
|
|
|
relink: true
|
2020-08-10 10:45:23 +00:00
|
|
|
|
|
|
|
- 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
|