aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/yaml.vim
AgeCommit message (Collapse)Author
2020-05-24Add missing ".yml" in autocmdMarco Comes
2020-04-07Force reevaluation of autoformat settings at buffer write timeChris LaRose
2019-11-06Use `get()` to check `g:prettier#autoformat` safely in ftpluginhank
Due to the fact that `plugin` will be loaded after `ftplugin`(http://vimdoc.sourceforge.net/htmldoc/filetype.html#ftplugin-overrule), even we set `g:prettier#autoformat` in plugin/prettier.vim, it's treated as undefined in ftplugin/*.vim. This happened when using `vim-pathogen`.
2018-08-21Add yaml supportJan Brauer