dotfiles/meta/tasks/vim.yaml
2021-02-21 01:15:09 +01:00

13 lines
320 B
YAML

- link:
${HOME}/.vim/:
path: conf.d/vim/vim
${HOME}/.vimrc:
path: conf.d/vim/vimrc
- 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