ansible-role--vim/tasks/main.yml

8 lines
197 B
YAML
Raw Normal View History

2015-10-21 22:37:03 +00:00
---
# tasks file for glenux.vim
2015-10-22 04:40:33 +00:00
# Inspiration from https://github.com/ChengLong/ansible-vim/blob/master/tasks/main.yml
2015-10-22 21:07:53 +00:00
- include: vimrc.yml
- include: pathogen.yml
- include: pathogen-plugins.yml
2015-10-22 04:40:33 +00:00