mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Changed yaml specific settings to actually use those settings
This commit is contained in:
2
vimrc
2
vimrc
@@ -391,7 +391,7 @@ autocmd FileType python call <SID>SetPythonSettings()
|
||||
autocmd FileType json call <SID>SetJavaScriptSettings()
|
||||
autocmd FileType javascript call <SID>SetJavaScriptSettings()
|
||||
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 sql call <SID>SetSqlSettings()
|
||||
autocmd FileType markdown call <SID>SetMarkdownSettings()
|
||||
|
||||
Reference in New Issue
Block a user