base/tasks/vimrc.yml

10 lines
218 B
YAML

---
- name: '[VIM] - Install vimrc'
git:
repo: https://github.com/amix/vimrc.git
dest: /root/.vim_runtime
- name: '[VIM] - Enable new vimrc'
command: /bin/bash /root/.vim_runtime/install_awesome_vimrc.sh