aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/html.vim
AgeCommit message (Collapse)Author
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`.
2019-02-18Fix markdown checkBen Berman
2019-02-11Make markdown check more resilientBen Berman
2019-01-09Fix markdown mangling issueBen Berman
2018-11-07Added html formattingpremithk