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

@@ -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
" To make this file do stuff, add something like the following (without the
" leading ") to your ~/.vimrc: