Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 527 Bytes

Basic vim configuration

Install my preferred basic vim configuration based on vim-plug.

Install with shell on local box

curl -fsSL "https://raw.githubusercontent.com/rgm3/ansible-vim/master/install.sh" | bash

Install with ansible

# Install locally for the current user
ansible-playbook -c local -i localhost, playbook.yml

# Install on a remote server for a different user
ansible-playbook -i raspberrypi.local, -u pi --ask-pass playbook.yml