From 255345bf9525c94479a7ff9b787d2f9848cb7a18 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 6 Sep 2020 19:25:34 +0200 Subject: Remove stephpy/vim-yaml syntax It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22 --- after/ftplugin/yaml.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 after/ftplugin/yaml.vim (limited to 'after/ftplugin') diff --git a/after/ftplugin/yaml.vim b/after/ftplugin/yaml.vim deleted file mode 100644 index 69785fc2..00000000 --- a/after/ftplugin/yaml.vim +++ /dev/null @@ -1,11 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml-extras') == -1 - -" Vim indent file -" Language: Yaml -" Author: Henrique Barcelos -" Date: 2014-10-08 -" URL: https://github.com/hjpbarcelos -setlocal autoindent sw=2 ts=2 expandtab -" vim:set sw=2: - -endif -- cgit v1.2.3