2015-10-22 21:07:53 +00:00
|
|
|
---
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install Solarized plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git: >
|
|
|
|
repo=git://github.com/altercation/vim-colors-solarized.git
|
|
|
|
dest=~/.vim/bundle/vim-colors-solarized
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install Nerdtree plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/scrooloose/nerdtree.git
|
|
|
|
dest=~/.vim/bundle/nerdtree
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install AutoComplPop plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/vim-scripts/AutoComplPop.git
|
|
|
|
dest=~/.vim/bundle/AutoComplPop
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install vim-fugitive plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/tpope/vim-fugitive.git
|
|
|
|
dest=~/.vim/bundle/vim-fugitive
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
|
|
|
#- name: Install CtrlP
|
|
|
|
# git:
|
|
|
|
# repo=https://github.com/kien/ctrlp.vim.git
|
|
|
|
# dest=~/.vim/bundle/ctrlp.vim
|
|
|
|
# update=yes
|
|
|
|
# accept_hostkey=yes
|
|
|
|
# become: true
|
|
|
|
# become_user: "{{vim_user}}"
|
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install rainbow_parentheses plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/kien/rainbow_parentheses.vim.git
|
|
|
|
dest=~/.vim/bundle/rainbow_parentheses
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install syntastic plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/scrooloose/syntastic.git
|
|
|
|
dest=~/.vim/bundle/syntastic
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install tabular plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/godlygeek/tabular.git
|
|
|
|
dest=~/.vim/bundle/tabular
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install vim-bundler plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/tpope/vim-bundler.git
|
|
|
|
dest=~/.vim/bundle/vim-bundler
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install vim-javascript plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/pangloss/vim-javascript.git
|
|
|
|
dest=~/.vim/bundle/vim-javascript
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install vim-puppet plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/rodjek/vim-puppet.git
|
|
|
|
dest=~/.vim/bundle/vim-puppet
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install vim-rails plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/tpope/vim-rails.git
|
|
|
|
dest=~/.vim/bundle/vim-rails
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install vim-sensible plugin
|
2015-10-22 21:07:53 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/tpope/vim-sensible.git
|
|
|
|
dest=~/.vim/bundle/vim-sensible
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:07:53 +00:00
|
|
|
|
2015-10-22 21:57:59 +00:00
|
|
|
- name: Install YouCompleteMe dependencies
|
|
|
|
apt:
|
|
|
|
name="{{item}}"
|
|
|
|
state=present
|
|
|
|
with_items:
|
|
|
|
- python-dev
|
|
|
|
- build-essential
|
|
|
|
- cmake
|
|
|
|
|
2015-11-09 20:12:28 +00:00
|
|
|
- name: Fetch YouCompleteMe plugin
|
2015-11-17 09:30:05 +00:00
|
|
|
register: youcompleteme_git
|
2015-10-22 21:57:59 +00:00
|
|
|
git:
|
|
|
|
repo=https://github.com/Valloric/YouCompleteMe.git
|
|
|
|
dest=~/.vim/bundle/YouCompleteMe
|
|
|
|
update=yes
|
|
|
|
accept_hostkey=yes
|
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-10-22 21:57:59 +00:00
|
|
|
|
2015-11-09 20:12:28 +00:00
|
|
|
- name: Build YouCompleteMe plugin
|
2015-11-08 18:18:17 +00:00
|
|
|
shell: cd ~/.vim/bundle/YouCompleteMe ; ./install.sh
|
2015-10-22 21:57:59 +00:00
|
|
|
become: true
|
2015-11-08 18:18:17 +00:00
|
|
|
become_user: "{{item}}"
|
2015-11-27 16:43:18 +00:00
|
|
|
with_items: vimrc_users
|
2015-11-17 09:30:05 +00:00
|
|
|
when: youcompleteme_git.changed
|
2015-10-22 21:07:53 +00:00
|
|
|
|