| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-06 | Use `get()` to check `g:prettier#autoformat` safely in ftplugin | hank | |
| 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-18 | Fix markdown check | Ben Berman | |
| 2019-02-11 | Make markdown check more resilient | Ben Berman | |
| 2019-01-09 | Fix markdown mangling issue | Ben Berman | |
| 2018-11-07 | Added html formatting | premithk | |
