1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00

added ansible vim

This commit is contained in:
eoli3n 2018-01-05 11:57:48 +01:00
parent 3c3abfbdb6
commit 1a48c41fff

@ -22,6 +22,11 @@
repo: https://github.com/vim-airline/vim-airline-themes
dest: ~/.vim/bundle/vim-airline-thmes
- name: Ansible vim
git:
repo: https://github.com/pearofducks/ansible-vim
dest: ~/.vim/bundle/ansible-vim
- name: Configure vim
template: src=templates/vimrc dest=~/.vimrc backup=yes