| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-24 | Stop blowing away the BufWritePre augroup in ftplugins | Johan Venter | |
| 2020-04-07 | Force reevaluation of autoformat settings at buffer write time | Chris LaRose | |
| 2020-02-15 | Fixing linting | mitermayer | |
| - Fixing linting rules | |||
| 2020-02-15 | Added support for prettier xml plugin | mitermayer | |
| - updated package.json deps - added tests - updated lock file | |||
| 2020-02-13 | Adding support for the php pluggin | mitermayer | |
| - This adds support for the PHP prettier plugin - Fixes a bug where html overwrites php files parsers | |||
| 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 | |
