From c1c4b925d4eaf1c098e601340ee4b7d5f87abda7 Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 23 Aug 2017 12:32:11 +0200 Subject: [PATCH] Changed yaml specific settings to actually use those settings --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 59ffe8f..190319b 100644 --- a/vimrc +++ b/vimrc @@ -391,7 +391,7 @@ autocmd FileType python call SetPythonSettings() autocmd FileType json call SetJavaScriptSettings() autocmd FileType javascript call SetJavaScriptSettings() autocmd FileType rst call SetRestSettings() -autocmd FileType yaml call SetRestSettings() +autocmd FileType yaml call SetYamlSettings() autocmd FileType snippet call SetSnippetSettings() autocmd FileType sql call SetSqlSettings() autocmd FileType markdown call SetMarkdownSettings()