dotfiles/meta/tasks/vim.yaml
2021-01-27 21:40:04 +01:00

15 lines
347 B
YAML

- link:
~/.vim:
path: conf.d/vim/vim
relink: true
~/.vimrc:
path: conf.d/vim/vimrc
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