You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to improve another plugin, specifically targeted at Ansible, before (chase/vim-ansible-yaml#36), but it looks like your approach might be better (using the context).
Apart from that you have tests.. :)
The text was updated successfully, but these errors were encountered:
I am looking into indenting for Ansible's YAML, e.g.:
(from http://docs.ansible.com/playbooks_intro.html)
With your plugin this gets indented as (using
gg=G
):According to http://www.yamllint.com/ it is valid.
I have tried to improve another plugin, specifically targeted at Ansible, before (chase/vim-ansible-yaml#36), but it looks like your approach might be better (using the context).
Apart from that you have tests.. :)
The text was updated successfully, but these errors were encountered: