summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/yaml.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-06 19:25:34 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-06 19:25:34 +0200
commit255345bf9525c94479a7ff9b787d2f9848cb7a18 (patch)
tree9bd0ab0f3a1c6553ac2210315569a4aacce65a0d /after/ftplugin/yaml.vim
parent3169f801699b7e95318f3ebe7b4cb44365d21276 (diff)
downloadvim-polyglot-4.9.3.tar.gz
vim-polyglot-4.9.3.zip
Remove stephpy/vim-yaml syntaxv4.9.3
It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22
Diffstat (limited to 'after/ftplugin/yaml.vim')
-rw-r--r--after/ftplugin/yaml.vim11
1 files changed, 0 insertions, 11 deletions
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