| 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`. | |||
| 2017-11-08 | issue-77/adding-support-for-prettier-1.8 - adidng support for markdown | mitermayer | |
| and explicit define parsers - Adding support for markdown - Explicitly pass in parsers for filetypes | |||
| 2017-10-07 | bugfix: Fixing auto command params to use extensions instead of magic | mitermayer | |
| <buffer> variable | |||
| 2017-10-03 | bug: Fixing config overwrite value for non js by levaraging --stdin-filepath ↵ | mitermayer | |
| from prettier | |||
| 2017-09-29 | Seeting config override cli-override for non javascript | mitermayer | |
| 2017-09-29 | WIP | mitermayer | |
| 2017-06-19 | feature: enabling partial buffer conversion (tech review) | mitermayer | |
| - removing trailing spaces - removing extra param from error callback - changing function signature with more consistent params | |||
| 2017-06-06 | Bumping support to latest prettier ^1.4.X and enabling support for | mitermayer | |
| autofomat css, less, scss, sass and typescript files | |||
