Fix weird indentation issue of yaml

This commit is contained in:
Adam Stankiewicz
2020-09-06 15:08:20 +02:00
parent 57badea2dc
commit d9ee362537
9 changed files with 455 additions and 10 deletions

View File

@@ -1677,6 +1677,9 @@ if !has_key(s:disabled_packages, 'xsl')
au BufNewFile,BufRead *.xslt setf xsl
endif
if !has_key(s:disabled_packages, 'yaml-extras')
endif
if !has_key(s:disabled_packages, 'ansible')
au BufNewFile,BufRead group_vars/* setf yaml.ansible
au BufNewFile,BufRead handlers.*.y{a,}ml setf yaml.ansible