souenzzo.pathogit
Pathogit
This guide explains how to install Pathogen and its plugins.
Requirements
You need Ansible and the git_module
to be set up and working.
Role Variables
- Vim directory: "{{ ansible_env.HOME }}/.vim"
- Vim configuration file: "{{ ansible_env.HOME }}/.vimrc"
- Plugins directory: "{{ ansible_env.HOME }}/.vim/bundle"
Dependencies
None required.
Example Playbook
- hosts: workplace
roles:
- role: souenzzo.pathogit
pathogen_plugins:
- repo: "https://github.com/Shougo/neocomplete.vim.git"
name: custom_name ## default: neocomplete.vim
version: custom_tag ## default: master
License
This project is licensed under GPLv3.
Author Information
For contact or to report bugs, visit: https://github.com/souenzzo/pathogit