aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-04Merge pull request #286 from whatever555/readme-fixMitermayer Reis
fix incorrect reference to PrettierFragment in readme
2021-03-03fix incorrect reference in readmeemurph
2021-03-02Merge pull request #285 from wylie39/patch-1Mitermayer Reis
Remove Pipe
2021-03-01Remove PipeWylie Fowler
This resolves #284
2021-02-11Add dein config to readmeChris McIntosh
2021-02-08Removing travismitermayer
- travis build is no longer the main build used by the prettier org, will need to migrate to something else
2021-02-08Merge pull request #281 from roginfarrer/patch-2Mitermayer Reis
Autoformat MDX
2021-02-07Autoformat MDXRogin Farrer
2021-02-01Merge pull request #274 from nhynes/patch-3Mitermayer Reis
Return cwd as default from s:ResolveExecutable
2021-02-01Merge pull request #272 from johanventer/fix-autoformatMitermayer Reis
Stop blowing away the BufWritePre augroup in ftplugins
2021-02-01Merge pull request #279 from yzia2000/273-fix-tsx-ftMitermayer Reis
#273 changed tsx filetype to typescriptreact
2021-01-23fix: changed tsx filetype to typescriptreactyzia2000
2021-01-03Return cwd as default from s:ResolveExecutableNick Hynes
2020-12-24Stop blowing away the BufWritePre augroup in ftpluginsJohan Venter
2020-12-23Merge pull request #271 from hkennyv/bump-prettier-phpMitermayer Reis
bump @prettier/plugin-php dep
2020-12-21bump @prettier/plugin-php dephkennyv
addresses #268
2020-11-04Merge pull request #267 from okkan/masterMitermayer Reis
fixes #244
2020-10-16fixes #244Okan Karaman
2020-09-07Updating changelog for 1.0.0-betamitermayer
2020-09-07Version bump1.0.0-betamitermayer
2020-09-07Merge pull request #238 from prettier/issue/232-adding-support-for-prettier-2.xMitermayer Reis
issue/232-adding-support-for-prettier-2.x - Adding support for prettier 2x
2020-09-07Merge branch 'master' into issue/232-adding-support-for-prettier-2.xMitermayer Reis
2020-08-25Merge pull request #260 from ethan605/uses-default-cli-configsMitermayer Reis
Uses default cli configs
2020-08-25Merge pull request #259 from jsit/buffer-cmd-docMitermayer Reis
Add buffer-level prettier exec command to doc
2020-08-13Adds Prettier CLI document referencesEthan Nguyen
2020-08-13Uses default configs from Prettier CLI documentEthan Nguyen
2020-08-06Add buffer-level prettier exec command to docJay Sitter
2020-08-06Merge pull request #256 from jsit/prettier-exec-cmd-bufferMitermayer Reis
Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for instance
2020-08-06Merge branch 'master' into prettier-exec-cmd-bufferMitermayer Reis
2020-08-06Merge pull request #254 from prettier/dependabot/npm_and_yarn/acorn-5.7.4Mitermayer Reis
Bump acorn from 5.7.3 to 5.7.4
2020-08-04Simplify example autocmd for prettier-stylelintJay Sitter
2020-08-04Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for ↵Jay Sitter
instance
2020-08-03Bump acorn from 5.7.3 to 5.7.4dependabot[bot]
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-03Merge pull request #235 from jamesbvaughan/jamesbvaughan/ruby-filetypeMitermayer Reis
Autoformat .rb files
2020-08-03Merge pull request #252 from mrnugget/fix-nvim-onexit-errorMitermayer Reis
Fix error when quitting Neovim with :wq
2020-08-03Merge pull request #253 from prettier/dependabot/npm_and_yarn/lodash-4.17.19Mitermayer Reis
Bump lodash from 4.17.15 to 4.17.19
2020-08-03Merge branch 'master' into fix-nvim-onexit-errorMitermayer Reis
2020-08-03Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.19Mitermayer Reis
2020-08-03Merge pull request #246 from raxell/add-missing-yml-extension-in-autocmdMitermayer Reis
Add missing ".yml" in autocmd
2020-08-03Merge branch 'master' into jamesbvaughan/ruby-filetypeMitermayer Reis
2020-07-19Bump lodash from 4.17.15 to 4.17.19dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16Fix error when quitting Neovim with :wqThorsten Ball
This fixes #215 by implementing the fix I've suggested in [my comment][0]. After [the suggestion to open a PR][1], here we are :) [0]: https://github.com/prettier/vim-prettier/issues/215#issuecomment-629681399 [1]: https://github.com/prettier/vim-prettier/issues/215#issuecomment-648657236
2020-05-24Add missing ".yml" in autocmdMarco Comes
2020-05-07Merge pull request #243 from coolreader18/patch-1Mitermayer Reis
Fix string concatenation typo
2020-05-06Fix string concatenation typoNoah
2020-04-27issue/232-adding-support-for-prettier-2.x - Adding support for prettiermitermayer
2.x - Updating default config - Adding missing configuration - Updating yarn lock - Updating package.json depedencies
2020-04-19Merge pull request #236 from solderjs/patch-1Mitermayer Reis
Add instructions for installing with vim 8+
2020-04-17Add instructions for installing with vim 8+AJ ONeal
No need for pathogen, plug, vundle, etc anymore
2020-04-13Autoformat .rb filesJames Vaughan
2020-04-10Merge pull request #234 from cjlarose/reevaluate-autoformatMitermayer Reis
Force reevaluation of autoformat settings at buffer write time