Skip to content

Install Pathogen, Solarized, Nerdtree, AutoComplPop and vim-fugitive for Vim. Copy my .vimrc

Notifications You must be signed in to change notification settings

fireboy1919/ansible-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for Vim

This role:

  • install Vim
  • copy my .vimrc to ~/.vimrc
  • install Pathogen
  • install Solarized
  • install Nerdtree
  • install AutoComplPop
  • install vim-fugitive

Requirements

Please note that the task 'Install Dependencies' requires sudo. Please make that the user that your control machine ssh into has sudo access. I recommend using ansible_ssh_user in your inventory file, e.g.

[test_server]
xxx.xxx.xxx.xxx ansible_ssh_user=exampleuser 

You can use --ask-sudo-pass when running your playbook

ansible-playbook playbook.yml -i inventory.ini --ask-sudo-pass

Role Variables

NONE

Dependencies

NONE

Example Playbook

- hosts: servers
  roles:
    - role: ChengLong.vim

License

WTFPL. See WTFPL

Author Information

Cheng Long

About

Install Pathogen, Solarized, Nerdtree, AutoComplPop and vim-fugitive for Vim. Copy my .vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published