Skip to content

Instantly share code, notes, and snippets.

View Ezema's full-sized avatar
🏠
Working from home

Ezekiel Martin Ezema

🏠
Working from home
View GitHub Profile
@Ezema
Ezema / yaml_support.sh
Created November 21, 2021 10:15
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;