andreychernih/railsbox

View on GitHub
templates/ansible/roles/vim/defaults/main.yml

Summary

Maintainability
Test Coverage
---
vim_autoload_path: '{{ user_home_path }}/.vim/autoload'
vim_bundle_path: '{{ user_home_path }}/.vim/bundle'
vim_plugins:
  - name: vim-sensible
    git: git://github.com/tpope/vim-sensible.git
  - name: vim-rails
    git: git://github.com/tpope/vim-rails.git
  - name: vim-bundler
    git: git://github.com/tpope/vim-bundler.git