1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Changed yaml specific settings to actually use those settings

This commit is contained in:
2017-08-23 12:32:11 +02:00
parent 5c2a818c84
commit c1c4b925d4

2
vimrc
View File

@@ -391,7 +391,7 @@ autocmd FileType python call <SID>SetPythonSettings()
autocmd FileType json call <SID>SetJavaScriptSettings() autocmd FileType json call <SID>SetJavaScriptSettings()
autocmd FileType javascript call <SID>SetJavaScriptSettings() autocmd FileType javascript call <SID>SetJavaScriptSettings()
autocmd FileType rst call <SID>SetRestSettings() autocmd FileType rst call <SID>SetRestSettings()
autocmd FileType yaml call <SID>SetRestSettings() autocmd FileType yaml call <SID>SetYamlSettings()
autocmd FileType snippet call <SID>SetSnippetSettings() autocmd FileType snippet call <SID>SetSnippetSettings()
autocmd FileType sql call <SID>SetSqlSettings() autocmd FileType sql call <SID>SetSqlSettings()
autocmd FileType markdown call <SID>SetMarkdownSettings() autocmd FileType markdown call <SID>SetMarkdownSettings()