Skip to content

Instantly share code, notes, and snippets.

@Ezema
Created November 21, 2021 10:15
Show Gist options
  • Save Ezema/82a6d5d716fc6c6b99d69455254ed76a to your computer and use it in GitHub Desktop.
Save Ezema/82a6d5d716fc6c6b99d69455254ed76a to your computer and use it in GitHub Desktop.
YAML syntax support in vim for ansible playbook files
echo 'autocmd FileType yaml setlocal ai ts=2 sw=2 et nu colorcolumn=1,3,5,7,9,11,13' >> ~/.vimrc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment