mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 22:43:49 -05:00
Fix weird indentation issue of yaml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml') == -1
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml-extras') == -1
|
||||
|
||||
" Vim indent file
|
||||
" Language: Yaml
|
||||
|
||||
Reference in New Issue
Block a user