dotfiles/meta/configs/vim.yaml

15 lines
333 B
YAML
Raw Normal View History

2018-06-27 16:33:18 +02:00
- link:
2020-08-09 17:49:59 +02:00
~/.vim:
path: vim/vim
relink: true
~/.vimrc:
path: 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