mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Fix weird indentation issue of yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user