Remove stephpy/vim-yaml syntax

It causes issues:
- https://github.com/dracula/vim/pull/163
- https://github.com/stephpy/vim-yaml/issues/22
This commit is contained in:
Adam Stankiewicz
2020-09-06 19:25:34 +02:00
parent 3169f80169
commit 255345bf95
4 changed files with 1 additions and 83 deletions

View File

@@ -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