Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

guoqiao/ansible-role-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: vim

This role will:

  • clone latest vim code from github, compile and install
  • install vimrc file and plugins

Requirements

The target hosts need to have apt or homebrew to install deb packages.

Role Variables

Refer to defaults/main.yml

Dependencies

None

Example Playbook

- name: test role
  hosts: vagrant
  roles:
    - role: vim
      config_src: ~/.vim/vimrc

Also refer to tests/test.yml

License

MIT

Author Information

guoqiao, a Python Developer living in New Zealand.

About

compile and install lastest vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published