From d9ee362537a34473b32ad3b4a1d7feb56a6b6811 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 6 Sep 2020 15:08:20 +0200 Subject: Fix weird indentation issue of yaml --- after/ftplugin/yaml.vim | 2 +- after/syntax/yaml.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'after') diff --git a/after/ftplugin/yaml.vim b/after/ftplugin/yaml.vim index db608fa4..69785fc2 100644 --- a/after/ftplugin/yaml.vim +++ b/after/ftplugin/yaml.vim @@ -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 diff --git a/after/syntax/yaml.vim b/after/syntax/yaml.vim index 097d1535..3a1e89a2 100644 --- a/after/syntax/yaml.vim +++ b/after/syntax/yaml.vim @@ -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: -- cgit v1.2.3