-
Notifications
You must be signed in to change notification settings - Fork 0
Ansible roles for my servers and projects
License
MarSik/ansible-roles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Setup vim to support Ansible's yaml
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
cat >>~/.vimrc <<EOF
call plug#begin('~/.vim/plugged')
" Make sure you use single quotes
Plug 'pearofducks/ansible-vim'
" Add plugins to &runtimepath
call plug#end()
EOF
And then execute the following command from vim
:PlugInstall
About
Ansible roles for my servers and projects
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published