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()