2018-06-27 16:33:18 +02:00
|
|
|
- link:
|
2021-02-19 13:14:25 +01:00
|
|
|
${HOME}/.vim/:
|
2021-01-27 21:40:04 +01:00
|
|
|
path: conf.d/vim/vim
|
2021-02-19 13:14:25 +01:00
|
|
|
${HOME}/.vimrc:
|
2021-01-27 21:40:04 +01:00
|
|
|
path: conf.d/vim/vimrc
|
2020-08-10 12:45:23 +02:00
|
|
|
|
|
|
|
- shell:
|
2021-02-19 13:14:25 +01:00
|
|
|
- command: '/bin/bash -c "$(which vim) -es -u ${HOME}/.vimrc -i NONE -c PlugInstall -c qa || true"'
|
2020-08-10 12:45:23 +02:00
|
|
|
stdout: true
|
|
|
|
stdin: true
|
|
|
|
stderre: true
|
2021-02-19 13:14:25 +01:00
|
|
|
description: Installing Vim plugins
|