From f8a0fb37bf57fdf705747cc3aacbe50b6b2d6482 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 31 Dec 2015 18:34:53 +0100 Subject: Add better yaml syntax, closes #99 --- after/ftplugin/yaml.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 after/ftplugin/yaml.vim (limited to 'after/ftplugin') diff --git a/after/ftplugin/yaml.vim b/after/ftplugin/yaml.vim new file mode 100644 index 00000000..047641dc --- /dev/null +++ b/after/ftplugin/yaml.vim @@ -0,0 +1,11 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml') == -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